aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f7ea5d5..0a7ee26 100644
--- a/Makefile
+++ b/Makefile
@@ -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