aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-12-02 09:08:01 +0100
committerThomas Schmucker <ts@its1.de>2023-12-02 09:08:01 +0100
commitdcca312c9b1b5311c30d1f1ade9765d2a102913d (patch)
tree686a6779f29667ef601eeeaa46a7e9c97a8fc317 /makefile
parentf05f4b7f8846238b2402940731f7f2d2b7ba0f55 (diff)
downloadadvent-of-code-dcca312c9b1b5311c30d1f1ade9765d2a102913d.tar.gz
advent-of-code-dcca312c9b1b5311c30d1f1ade9765d2a102913d.tar.bz2
advent-of-code-dcca312c9b1b5311c30d1f1ade9765d2a102913d.zip
Bessere Dateinamen
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 $@