X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=Makefile;h=c1bccfeec2e1f53e87f3fbfe930ec26bcc96cc26;hb=b66bca1e31050058cb9fd9124b635408b3453144;hp=68c8c5326900baee0844a2de39f0437ff7a9b3b2;hpb=36c3dd843e6c93cc9019d816f75af3c216156b5c;p=advent21.git diff --git a/Makefile b/Makefile index 68c8c53..c1bccfe 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CFLAGS:=-Wall -Wextra -O3 LFLAGS:=-f -BINARIES:=$(foreach num,$(shell seq -f '%02.0f' 1 8),$(num)a $(num)b) +BINARIES:=$(foreach num,$(shell seq -f '%02.0f' 1 9),$(num)a $(num)b) all: $(BINARIES)