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

: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)/*