summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAdam Spragg <adam@spra.gg>2022-12-05 13:50:44 +0000
committerAdam Spragg <adam@spra.gg>2022-12-05 13:50:44 +0000
commit4f5a4920182eb904eabd09db7cc2c70cadd603cc (patch)
tree4042c8df0c447c33d04e5e0df5b6fd546d4089fe /makefile
parent15cbe5e012f0431e5eaae10e835f7d5710bd9d13 (diff)
Add support for CrateMover9001, to solve part 2
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index cd67fac..a13a109 100644
--- a/makefile
+++ b/makefile
@@ -5,7 +5,7 @@ all: bin/1a bin/1b \
bin/2a bin/2b \
bin/3a bin/3b \
bin/4a bin/4b \
- bin/5a \
+ bin/5 \
bin/%: %.c
$(CC) $(CFLAGS) -o $@ $<