diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ mycan.o: mycan.c mycan: all_SRE_edited.o mycan.o # $^ expand to all, $< expand to first # see `info make` section "10.5.3 Automatic Variables" - cc -Wall -o $@ $^ + cc $^ -Wall -o $@ clean: rm -f mycan all_SRE_edited.o mycan.o |