:day 3
[advent21.git] / Makefile
index b275854..2f07760 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
-CFLAGS=-Wall -Wextra
+CFLAGS:=-Wall -Wextra -O3
+LFLAGS:=-f
 
-BINARIES:=01 02a 02b
+BINARIES:=01 02a 02b 03a 03b
 
 all: $(BINARIES)