diff options
author | Alexis211 <alexis211@gmail.com> | 2009-12-26 12:34:27 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-12-26 12:34:27 +0100 |
commit | f2ccc0eaa3db7366787e2fa76ae52554e93b71f1 (patch) | |
tree | ec6f4ec10f5f710d8fd23ecef7e36967d89435ac /Source/Applications/Shell/Makefile | |
parent | 6994f34953fac9462e899d0b2c7af64e21c92a1e (diff) | |
download | Melon-f2ccc0eaa3db7366787e2fa76ae52554e93b71f1.tar.gz Melon-f2ccc0eaa3db7366787e2fa76ae52554e93b71f1.zip |
More work on the same stuff, all shell aplets are now external bins
Diffstat (limited to 'Source/Applications/Shell/Makefile')
-rw-r--r-- | Source/Applications/Shell/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/Applications/Shell/Makefile b/Source/Applications/Shell/Makefile index dff539c..867939f 100644 --- a/Source/Applications/Shell/Makefile +++ b/Source/Applications/Shell/Makefile @@ -6,12 +6,11 @@ CXXFLAGS = -nostartfiles -nostdlib -ffreestanding -fno-exceptions -fno-rtti -I . LD = ld LDFLAGS = -T ../../Library/App.ld -L ../../Library -Objects = Shell.class.o \ - Shell-fs.class.o +Objects = Shell.class.o OutFile = Shell Applets = Applets/cat Applets/halt Applets/reboot Applets/uptime Applets/free Applets/ls \ - Applets/pwd + Applets/pwd Applets/rm Applets/mkdir all: $(OutFile) $(Applets) echo "* Done with $(OutFile)." |