Makefile : ajout règles PHONY
This commit is contained in:
parent
31dcab5853
commit
1cb78fb97b
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,8 @@
|
|||
BIND := out
|
||||
BIN := $(BIND)/aoc
|
||||
|
||||
.PHONY: all run debug clean
|
||||
|
||||
all: $(BIND) $(BIN)
|
||||
|
||||
run: all
|
||||
|
|
Reference in a new issue