updated makefile using implicit rules
[sws1-1415.git] / ass4 / mart / sws1-assignment4-s4109503-s4202015 / Makefile
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)