Ver Fonte

:wrench: Add target to clean everything

DricomDragon há 1 ano atrás
pai
commit
97e6886223
1 ficheiros alterados com 3 adições e 0 exclusões
  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))