updated makefile using implicit rules
authorMart Lubbers <mart@martlubbers.net>
Thu, 5 Mar 2015 07:07:25 +0000 (08:07 +0100)
committerMart Lubbers <mart@martlubbers.net>
Thu, 5 Mar 2015 07:07:25 +0000 (08:07 +0100)
ass4/mart/sws1-assignment4-s4109503-s4202015/Makefile [new file with mode: 0644]
ass4/mart/sws1-assignment4-s4109503-s4202015/ex2 [deleted file]

diff --git a/ass4/mart/sws1-assignment4-s4109503-s4202015/Makefile b/ass4/mart/sws1-assignment4-s4109503-s4202015/Makefile
new file mode 100644 (file)
index 0000000..61f1f98
--- /dev/null
@@ -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 (executable)
index 829243c..0000000
Binary files a/ass4/mart/sws1-assignment4-s4109503-s4202015/ex2 and /dev/null differ