From: Mart Lubbers Date: Sun, 8 Mar 2015 09:08:23 +0000 (+0100) Subject: updated makefile X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=3e8ab696ea76ba5cd04665d6dd8e125813008c04;p=sws1-1415.git updated makefile --- diff --git a/ass4/mart/sws1-assignment4-s4109503-s4202015/Makefile b/ass4/mart/sws1-assignment4-s4109503-s4202015/Makefile index 61f1f98..3b0393d 100644 --- a/ass4/mart/sws1-assignment4-s4109503-s4202015/Makefile +++ b/ass4/mart/sws1-assignment4-s4109503-s4202015/Makefile @@ -1,5 +1,5 @@ -CFLAGS=-std=c99 -Wextra -PROGRAMS=exercise1 exercise2 exercise3 +CFLAGS:=-std=c99 +PROGRAMS:=exercise1 exercise2 exercise3 all: $(PROGRAMS)