updated makefile
authorMart Lubbers <mart@martlubbers.net>
Sun, 8 Mar 2015 09:08:23 +0000 (10:08 +0100)
committerMart Lubbers <mart@martlubbers.net>
Sun, 8 Mar 2015 09:08:23 +0000 (10:08 +0100)
ass4/mart/sws1-assignment4-s4109503-s4202015/Makefile

index 61f1f98..3b0393d 100644 (file)
@@ -1,5 +1,5 @@
-CFLAGS=-std=c99 -Wextra
-PROGRAMS=exercise1 exercise2 exercise3
+CFLAGS:=-std=c99
+PROGRAMS:=exercise1 exercise2 exercise3
 
 all: $(PROGRAMS)