missing x bit
[ascii.git] / makefile
index c98ce70f99931118b7f99c8e1aa8da1749d3df7b..c1855b2b985738dc04413f45a20e6c9b031e1e52 100644 (file)
--- a/makefile
+++ b/makefile
@@ -17,7 +17,6 @@ LDFLAGS += -g
 # Targets
 
 ALLEXE  =
-ALLEXE += calc
 ALLEXE += ascii
 ALLEXE += skel
 
@@ -99,7 +98,7 @@ valgrind_%: %
 
 %.ld: %.c
        $(call TITLE, "Building $@")
-       echo ${<:.c=.exe}: $(shell ./getcomments.pl -p='linker:\s' -f='%' $< | awk '{for (i=1;i<=NF;i++) if ($$(i) ~ /.o$$/) printf " %s", $$(i)}') >> $@
+       echo ${<:.c=.exe}: $(shell ./getcomments.pl -p='linker:\s' -f='%' $< | awk '{for (i=1;i<=NF;i++) if ($$(i) ~ /.o$$/) printf " %s", $$(i)}') > $@
        $(call PASS, SUCCESS)
 
 %.o: %.c