use uthash safely in day 5
[advent21.git] / Makefile
index 6749bac..dfdd641 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,8 @@ all: $(BINARIES)
 clean:
        $(RM) *.o a.out $(BINARIES)
 
+05%: CFLAGS+=-DHASH_BLOOM
+
 run: $(addprefix run_,$(BINARIES))
 
 run_%a: %a