Ajout de certaines règles à .PHONY
Ajout de install et uninstall pour .PHONY
This commit is contained in:
parent
fa23e92ef3
commit
abbb50e006
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ obj/grid.o: src/grid.c
|
|||||||
obj/indicators.o: src/indicators.c
|
obj/indicators.o: src/indicators.c
|
||||||
obj/route.o: src/route.c
|
obj/route.o: src/route.c
|
||||||
|
|
||||||
.PHONY: clean mrproper
|
.PHONY: clean mrproper install uninstall
|
||||||
clean:
|
clean:
|
||||||
rm -rf obj
|
rm -rf obj
|
||||||
mrproper: clean
|
mrproper: clean
|
||||||
|
Loading…
Reference in New Issue
Block a user