aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-12-02 18:22:37 +0100
committerThomas Schmucker <ts@its1.de>2023-12-02 18:22:37 +0100
commitd54d498f388c7f55ca870b9704507a5912754f31 (patch)
tree10e4606d5a71ea3d8724416397d74564854b8294 /makefile
parentdcca312c9b1b5311c30d1f1ade9765d2a102913d (diff)
downloadadvent-of-code-d54d498f388c7f55ca870b9704507a5912754f31.tar.gz
advent-of-code-d54d498f388c7f55ca870b9704507a5912754f31.tar.bz2
advent-of-code-d54d498f388c7f55ca870b9704507a5912754f31.zip
Lösung für Tag2
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index c6d313e..ef803e8 100644
--- a/makefile
+++ b/makefile
@@ -1,6 +1,6 @@
1include config.mk 1include config.mk
2 2
3all: bin/day01 3all: bin/day01 bin/day02
4 4
5bin/%: obj/%.o | bin 5bin/%: obj/%.o | bin
6 c++ $(LDFLAGS) $^ -o $@ 6 c++ $(LDFLAGS) $^ -o $@