X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=makefile;h=fe42f876049b741bb4e0d4ad1b24cc065d40f75b;hb=f438579a2cbd62640bf5478026765baf04099cbb;hp=08034deb07d4070f32d79d5180237effb6f8b683;hpb=a15783ba77a2c34d955d833755d6aeea7c92c784;p=calc.git diff --git a/makefile b/makefile index 08034de..fe42f87 100644 --- a/makefile +++ b/makefile @@ -131,7 +131,7 @@ valgrind_%: %.exe %.exe: %.o %.d $(call TITLE, "Building $@") - $(CC) $(LDFLAGS) $(shell ./getcomments.pl -p='linker:\s' -f='%' ${<:.o=.c}) $< -o $@ + $(CC) $(LDFLAGS) $< $(shell ./getcomments.pl -p='linker:\s' -f='%' ${<:.o=.c}) -o $@ $(call PASS, SUCCESS) ## Phony