Make Library/Makefile clean and build all tools
authorWill Sowerbutts <will@sowerbutts.com>
Sat, 3 Jan 2015 16:05:56 +0000 (16:05 +0000)
committerWill Sowerbutts <will@sowerbutts.com>
Sat, 3 Jan 2015 16:22:48 +0000 (16:22 +0000)
Library/Makefile

index 75ca334..9ea5568 100644 (file)
@@ -2,7 +2,10 @@
 
 CFLAGS += -I../Kernel/include
 
-all: tools/syscall tools/binman
+all: tools/syscall tools/binman tools/fcc
+
+clean:
+       rm -f tools/syscall tools/binman tools/fcc
 
 tools/syscall: tools/syscall.c ../Kernel/include/syscall_name.h
 tools/syscall-z88dk: tools/syscall-z88dk.c ../Kernel/include/syscall_name.h