From 310d61f45b6e1efd552035bd5458ade0303a90b4 Mon Sep 17 00:00:00 2001 From: LelixSuper Date: Fri, 14 Apr 2017 15:53:15 +0200 Subject: [PATCH] Add .PHONY target in Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index dbda2d6..cc9765c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ CCFLAGS = -ansi -Wall -Wshadow -O2 LFLAGS = -lm +.PHONY = all clean all: test test_pr bench example example2 example3