Explorar o código

:wrench: Add target to clean everything

DricomDragon %!s(int64=2) %!d(string=hai) anos
pai
achega
97e6886223
Modificáronse 1 ficheiros con 3 adicións e 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))