aboutsummaryrefslogtreecommitdiff
path: root/2015/01/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '2015/01/Makefile')
-rw-r--r--2015/01/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/2015/01/Makefile b/2015/01/Makefile
index c32dafa..de3f940 100644
--- a/2015/01/Makefile
+++ b/2015/01/Makefile
@@ -1,7 +1 @@
-all:
- ${CC} ${CFLAGS} -o puzzle-1 puzzles.c
- ${CC} ${CFLAGS} -DPART2 -o puzzle-2 puzzles.c
-
-.PHONY: clean
-clean:
- rm -f puzzle-[12]
+include ../../Makefiles/c.mk