aboutsummaryrefslogtreecommitdiff
path: root/12/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '12/Makefile')
-rw-r--r--12/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/12/Makefile b/12/Makefile
new file mode 100644
index 0000000..eb99342
--- /dev/null
+++ b/12/Makefile
@@ -0,0 +1,7 @@
+all: part1 part2
+
+part1: part1.c
+ gcc -Wall -g part1.c -o part1 -lalgds
+
+1: part1
+ cat input | ./part1