瀏覽代碼

:wrench: Mark clean-dist as a command

Prevent being disabled by folder or file creation.
DricomDragon 1 年之前
父節點
當前提交
1442e4799f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      makefile

+ 1 - 0
makefile

@@ -61,6 +61,7 @@ $(DIST_DIR)/favicon.ico: src/favicon.ico
 clean:
 	rm -f $(GEN_FILES)
 
+.PHONY: clean-dist
 clean-dist:
 	rm -rf $(DIST_DIR)/*