Makefile : ajout règles PHONY

This commit is contained in:
Ahurac 2024-02-20 15:30:49 +01:00
parent 31dcab5853
commit 1cb78fb97b

View file

@ -1,6 +1,8 @@
BIND := out
BIN := $(BIND)/aoc
.PHONY: all run debug clean
all: $(BIND) $(BIN)
run: all