summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9d0ff16..22f04c5 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,11 @@ Floppy = Melon.img
Projects = Kernel Tools/MakeRamFS
RamFS = Init.rfs
-RamFSFiles = :/System :/System/Applications Source/Kernel/Ressources/Welcome.txt:/Welcome.txt :/System/Configuration :/Useless Source/Kernel/Ressources/Info.txt:/Useless/Info.txt Source/Kernel/Ressources/logo.cxd:/Useless/Melon-logo
+RamFSFiles = :/System :/System/Applications :/System/Configuration \
+ Source/Kernel/Ressources/Texts/Welcome.txt:/Welcome.txt \
+ :/Useless \
+ Source/Kernel/Ressources/Texts/Info.txt:/Useless/Info.txt \
+ Source/Kernel/Ressources/Graphics/logo.text.cxd:/Useless/Melon-logo
all:
for p in $(Projects); do \