X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=Makefile;h=e65664202576a40becbc3bd0a64bf5849dab1292;hb=967152a3319e0207e16901ecc0344edaf8c8193e;hp=dfdd641769fd4adea95c7872d1bd2cfb5f3d7334;hpb=9d049ff861c336ab9098246d1dfa7471f6c16a03;p=advent21.git diff --git a/Makefile b/Makefile index dfdd641..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 5),$(num)a $(num)b) +BINARIES:=$(foreach num,$(shell seq -f '%02.0f' 1 11),$(num)a $(num)b) all: $(BINARIES) @@ -9,6 +9,7 @@ clean: $(RM) *.o a.out $(BINARIES) 05%: CFLAGS+=-DHASH_BLOOM +06b: LDLIBS+=-lgmp run: $(addprefix run_,$(BINARIES))