diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-12-02 18:22:37 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-12-02 18:22:37 +0100 |
| commit | d54d498f388c7f55ca870b9704507a5912754f31 (patch) | |
| tree | 10e4606d5a71ea3d8724416397d74564854b8294 /makefile | |
| parent | dcca312c9b1b5311c30d1f1ade9765d2a102913d (diff) | |
| download | advent-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-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | include config.mk | 1 | include config.mk |
| 2 | 2 | ||
| 3 | all: bin/day01 | 3 | all: bin/day01 bin/day02 |
| 4 | 4 | ||
| 5 | bin/%: obj/%.o | bin | 5 | bin/%: obj/%.o | bin |
| 6 | c++ $(LDFLAGS) $^ -o $@ | 6 | c++ $(LDFLAGS) $^ -o $@ |
