소스 검색

:wrench: Mark clean-dist as a command

Prevent being disabled by folder or file creation.
DricomDragon 2 년 전
부모
커밋
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)/*