Преглед изворни кода

:wrench: Add target to clean everything

DricomDragon пре 2 година
родитељ
комит
97e6886223
1 измењених фајлова са 3 додато и 0 уклоњено
  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))