X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=Makefile;h=e65664202576a40becbc3bd0a64bf5849dab1292;hb=967152a3319e0207e16901ecc0344edaf8c8193e;hp=22f6fc7510eb02926d3f250a40add0c8844cbf14;hpb=7fb79acbb78605c6154fa5f240f650192e2b53b3;p=advent21.git diff --git a/Makefile b/Makefile index 22f6fc7..e656642 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CFLAGS:=-Wall -Wextra -O3 LFLAGS:=-f -BINARIES:=$(foreach num,$(shell seq -f '%02.0f' 1 7),$(num)a $(num)b) +BINARIES:=$(foreach num,$(shell seq -f '%02.0f' 1 11),$(num)a $(num)b) all: $(BINARIES)