Explorar el Código

:wrench: Add target to clean everything

DricomDragon hace 1 año
padre
commit
97e6886223
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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))