Sfoglia il codice sorgente

:wrench: Add target to clean everything

DricomDragon 2 anni fa
parent
commit
97e6886223
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      makefile

+ 3 - 0
makefile

@@ -65,6 +65,9 @@ clean:
 clean-dist:
 	rm -rf $(DIST_DIR)/*
 
+.PHONY: clean-all
+clean-all: clean clean-dist
+
 .PHONY: debug
 debug:
 	$(info SRC_HTMLS $(SRC_HTMLS))