X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=makefile;h=772aca4a9a1888fff18b1e8b20152f6ded4e6d99;hb=bc97a98979c3378e4f0e962b9c2667fc27239a4d;hp=c98ce70f99931118b7f99c8e1aa8da1749d3df7b;hpb=93b149370129c76fe7dc0b06c823fc4140dd0a8b;p=calc.git diff --git a/makefile b/makefile index c98ce70..772aca4 100644 --- a/makefile +++ b/makefile @@ -18,7 +18,6 @@ LDFLAGS += -g ALLEXE = ALLEXE += calc -ALLEXE += ascii ALLEXE += skel SHELL = bash @@ -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