From: Will Sowerbutts Date: Sat, 3 Jan 2015 16:05:56 +0000 (+0000) Subject: Make Library/Makefile clean and build all tools X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=713e1ec077cbba00fff801221dc5a994f2b94ab1;p=FUZIX.git Make Library/Makefile clean and build all tools --- diff --git a/Library/Makefile b/Library/Makefile index 75ca3344..9ea55687 100644 --- a/Library/Makefile +++ b/Library/Makefile @@ -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