diff options
author | Alexis211 <alexis211@gmail.com> | 2009-11-13 18:05:27 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-11-13 18:05:27 +0100 |
commit | 2b9e97b8635c20c5a2b87789b1014489863d1994 (patch) | |
tree | 58fa9f2fa82ac9477819193b6731b8b927187224 /Makefile | |
parent | 7e3ecd80af5ddcedbfa3d849284400ed6568f516 (diff) | |
download | Melon-2b9e97b8635c20c5a2b87789b1014489863d1994.tar.gz Melon-2b9e97b8635c20c5a2b87789b1014489863d1994.zip |
Added a game of life simulator demo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,6 @@ .PHONY: clean, mrproper, Init.rfs, commit -Projects = Kernel Library Tools/MakeRamFS Applications/Shell Applications/PaperWork Applications/SampleApps +Projects = Kernel Library Tools/MakeRamFS Applications/Shell Applications/PaperWork Applications/Demos Kernel = Source/Kernel/Melon.ke RamFS = Init.rfs @@ -10,8 +10,9 @@ RamFSFiles = :/System :/System/Applications :/System/Configuration :/System/Keym Source/Kernel/Ressources/Configuration/Groups:/System/Configuration/Groups \ Source/Kernel/Ressources/Keymaps/fr.mkm:/System/Keymaps/fr.mkm \ Source/Kernel/Ressources/Texts/Welcome.txt:/Welcome.txt \ - Source/Applications/SampleApps/asmdemo:/Applications/Demos/ASMDemo.app \ - Source/Applications/SampleApps/cxxdemo:/Applications/Demos/CPPDemo.app \ + Source/Applications/Demos/asmdemo:/Applications/Demos/ASMDemo.app \ + Source/Applications/Demos/cxxdemo:/Applications/Demos/CPPDemo.app \ + Source/Applications/Demos/GOL:/Applications/Demos/GOL.app \ Source/Applications/Shell/Shell:/Applications/Shell/Shell.app \ Source/Applications/Shell/Help.txt:/Applications/Shell/Help.txt \ Source/Applications/PaperWork/PaperWork:/System/Applications/PaperWork.app \ |