diff options
| author | Mistivia <i@mistivia.com> | 2025-12-21 21:43:43 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-12-21 21:43:43 +0800 |
| commit | 068ef825478d0d458f50057f572a45c59b2cb9ca (patch) | |
| tree | 820ac00930c42f5af3c0ee6ca59f2299bd355606 /05/Makefile | |
| parent | 5eb6bd32ca4102bf29c7fabd26984c1c7c351c1e (diff) | |
day 5 part 2
Diffstat (limited to '05/Makefile')
| -rw-r--r-- | 05/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/05/Makefile b/05/Makefile index a8f700f..7d325ba 100644 --- a/05/Makefile +++ b/05/Makefile @@ -1,10 +1,10 @@ all: part1 part2 part1: part1.c - gcc -g part1.c -o part1 -lalgds + gcc -Wall -g part1.c -o part1 -lalgds part2: part2.c - gcc -g part2.c -o part2 -lalgds + gcc -Wall -g part2.c -o part2 -lalgds 1: part1 cat input | ./part1 |
