From 3e8ab696ea76ba5cd04665d6dd8e125813008c04 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Sun, 8 Mar 2015 10:08:23 +0100 Subject: [PATCH] updated makefile --- ass4/mart/sws1-assignment4-s4109503-s4202015/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.20.1