aboutsummaryrefslogtreecommitdiff
path: root/01/Makefile
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-12-14 21:39:29 +0800
committerMistivia <i@mistivia.com>2025-12-14 21:39:29 +0800
commit68c9a7d1ba2f11897c15494b605d53791e07738f (patch)
tree9f998f3804ad8aed72d4f37e79ab33241b5578c4 /01/Makefile
day 1 part1
Diffstat (limited to '01/Makefile')
-rw-r--r--01/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/01/Makefile b/01/Makefile
new file mode 100644
index 0000000..7979cbd
--- /dev/null
+++ b/01/Makefile
@@ -0,0 +1,5 @@
+part1: part1.c
+ gcc part1.c -o part1
+
+1: part1
+ cat input | ./part1 \ No newline at end of file