diff --git a/Makefile b/Makefile index 814cd08..74417ad 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ BIND := out BIN := $(BIND)/aoc +.PHONY: all run debug clean + all: $(BIND) $(BIN) run: all