aboutsummaryrefslogtreecommitdiff
path: root/01/Makefile
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-12-14 21:48:47 +0800
committerMistivia <i@mistivia.com>2025-12-14 21:48:47 +0800
commit99e608427f86453bd51399ce88ca79a69a146860 (patch)
treec558245adc3f57b8220abcc296ee1c68053d9c04 /01/Makefile
parent68c9a7d1ba2f11897c15494b605d53791e07738f (diff)
day 1 part2
Diffstat (limited to '01/Makefile')
-rw-r--r--01/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/01/Makefile b/01/Makefile
index 7979cbd..cfcbd94 100644
--- a/01/Makefile
+++ b/01/Makefile
@@ -1,5 +1,11 @@
part1: part1.c
gcc part1.c -o part1
+part2: part2.c
+ gcc part2.c -o part2
+
1: part1
- cat input | ./part1 \ No newline at end of file
+ cat input | ./part1
+
+2: part2
+ cat input | ./part2 \ No newline at end of file