summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAdam Spragg <adam@spra.gg>2022-12-05 11:38:21 +0000
committerAdam Spragg <adam@spra.gg>2022-12-05 11:38:21 +0000
commit15cbe5e012f0431e5eaae10e835f7d5710bd9d13 (patch)
tree6cf06178e54760b03468ef02a2488eedd6435ed4 /makefile
parent3923d2f79a6ef594bdeb99cd484c40a0de03d5bd (diff)
Complete puzzle 5a
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 6b7b00a..cd67fac 100644
--- a/makefile
+++ b/makefile
@@ -5,6 +5,7 @@ all: bin/1a bin/1b \
bin/2a bin/2b \
bin/3a bin/3b \
bin/4a bin/4b \
+ bin/5a \
bin/%: %.c
$(CC) $(CFLAGS) -o $@ $<