Add .PHONY target in Makefile

This commit is contained in:
LelixSuper
2017-04-14 15:53:15 +02:00
parent ff5e23ff66
commit 310d61f45b

View File

@@ -1,6 +1,7 @@
CCFLAGS = -ansi -Wall -Wshadow -O2
LFLAGS = -lm
.PHONY = all clean
all: test test_pr bench example example2 example3