Browse Source

:wrench: Add target to clean everything

DricomDragon 1 năm trước cách đây
mục cha
commit
97e6886223
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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))