From 4f5a4920182eb904eabd09db7cc2c70cadd603cc Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Mon, 5 Dec 2022 13:50:44 +0000 Subject: Add support for CrateMover9001, to solve part 2 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') 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 $@ $< -- cgit v1.2.1