diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-12-05 21:05:16 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-12-05 21:05:16 +0100 |
| commit | b66a424a290f188c43a7cec061a70d2c3f6ec7d2 (patch) | |
| tree | 7c6005a2500c041882996bdd33e35f28c688f1e9 /makefile | |
| parent | 50b228ef89d275b489eb023557c07b5e6cb0370e (diff) | |
| download | advent-of-code-b66a424a290f188c43a7cec061a70d2c3f6ec7d2.tar.gz advent-of-code-b66a424a290f188c43a7cec061a70d2c3f6ec7d2.tar.bz2 advent-of-code-b66a424a290f188c43a7cec061a70d2c3f6ec7d2.zip | |
Lösung für Tag5
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -3,7 +3,8 @@ include config.mk | |||
| 3 | all: bin/day01 \ | 3 | all: bin/day01 \ |
| 4 | bin/day02 \ | 4 | bin/day02 \ |
| 5 | bin/day03 \ | 5 | bin/day03 \ |
| 6 | bin/day04 | 6 | bin/day04 \ |
| 7 | bin/day05 | ||
| 7 | 8 | ||
| 8 | bin/%: src/%.cpp | bin | 9 | bin/%: src/%.cpp | bin |
| 9 | c++ $(CPPFLAGS) $^ -o $@ | 10 | c++ $(CPPFLAGS) $^ -o $@ |
