X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=Makefile;h=6749bac2a20dea6b6ac35145bc5f419025abf9a0;hb=e6e0aa417e54599d37bb43f456085e9a1dab4f1b;hp=9b65f6b9f33586d4816b5a8381fc9e97040fa37c;hpb=7db946f06f30966f03ebcfcbf8d2abba13316f30;p=advent21.git diff --git a/Makefile b/Makefile index 9b65f6b..6749bac 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CFLAGS:=-Wall -Wextra -O3 LFLAGS:=-f -BINARIES:=$(foreach num,$(shell seq -f '%02.0f' 1 3),$(num)a $(num)b) +BINARIES:=$(foreach num,$(shell seq -f '%02.0f' 1 5),$(num)a $(num)b) all: $(BINARIES)