diff options
Diffstat (limited to 'Source/Applications/Shell/Makefile')
-rw-r--r-- | Source/Applications/Shell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Applications/Shell/Makefile b/Source/Applications/Shell/Makefile index 4efe01e..1bce0f4 100644 --- a/Source/Applications/Shell/Makefile +++ b/Source/Applications/Shell/Makefile @@ -10,7 +10,7 @@ Objects = Shell.class.o \ Shell-fs.class.o OutFile = Shell -Applets = Applets/rot13 +Applets = Applets/cat Applets/halt Applets/reboot Applets/uptime Applets/free Applets/ls all: $(OutFile) $(Applets) echo "* Done with $(OutFile)." |