aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 3facda7..c6d313e 100644
--- a/makefile
+++ b/makefile
@@ -1,6 +1,6 @@
1include config.mk 1include config.mk
2 2
3all: bin/01a bin/01b 3all: bin/day01
4 4
5bin/%: obj/%.o | bin 5bin/%: obj/%.o | bin
6 c++ $(LDFLAGS) $^ -o $@ 6 c++ $(LDFLAGS) $^ -o $@