From: Mart Lubbers Date: Thu, 5 Mar 2015 07:07:25 +0000 (+0100) Subject: updated makefile using implicit rules X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=d043792a91c6b5237b7d5a9ef4b490239dabaca5;p=sws1-1415.git updated makefile using implicit rules --- diff --git a/ass4/mart/sws1-assignment4-s4109503-s4202015/Makefile b/ass4/mart/sws1-assignment4-s4109503-s4202015/Makefile new file mode 100644 index 0000000..61f1f98 --- /dev/null +++ b/ass4/mart/sws1-assignment4-s4109503-s4202015/Makefile @@ -0,0 +1,7 @@ +CFLAGS=-std=c99 -Wextra +PROGRAMS=exercise1 exercise2 exercise3 + +all: $(PROGRAMS) + +clean: + @$(RM) -v $(PROGRAMS) diff --git a/ass4/mart/sws1-assignment4-s4109503-s4202015/ex2 b/ass4/mart/sws1-assignment4-s4109503-s4202015/ex2 deleted file mode 100755 index 829243c..0000000 Binary files a/ass4/mart/sws1-assignment4-s4109503-s4202015/ex2 and /dev/null differ