diff options
author | Alexis211 <alexis211@gmail.com> | 2009-12-25 10:17:25 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-12-25 10:17:25 +0100 |
commit | 6994f34953fac9462e899d0b2c7af64e21c92a1e (patch) | |
tree | d4b1d10a4af6f630d168791d56fef6993ed2cb22 /Source/Applications/Shell/Makefile | |
parent | c4cb32b8534610a92931d825efefd6892e8412af (diff) | |
download | Melon-6994f34953fac9462e899d0b2c7af64e21c92a1e.tar.gz Melon-6994f34953fac9462e899d0b2c7af64e21c92a1e.zip |
More work
Diffstat (limited to 'Source/Applications/Shell/Makefile')
-rw-r--r-- | Source/Applications/Shell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Applications/Shell/Makefile b/Source/Applications/Shell/Makefile index 1bce0f4..dff539c 100644 --- a/Source/Applications/Shell/Makefile +++ b/Source/Applications/Shell/Makefile @@ -10,7 +10,8 @@ Objects = Shell.class.o \ Shell-fs.class.o OutFile = Shell -Applets = Applets/cat Applets/halt Applets/reboot Applets/uptime Applets/free Applets/ls +Applets = Applets/cat Applets/halt Applets/reboot Applets/uptime Applets/free Applets/ls \ + Applets/pwd all: $(OutFile) $(Applets) echo "* Done with $(OutFile)." |