瀏覽代碼

:sparkles: Split phony declarations

Prevent logic dispersion.
DricomDragon 1 年之前
父節點
當前提交
7f3df1aee9
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      makefile

+ 2 - 1
makefile

@@ -22,7 +22,7 @@ DIST_FILES := $(DIST_GEN_FILES) $(DIST_INC_FILES) $(DIST_DWN_FILES) $(DIST_EMB_F
 
 PANDOC_GEN := pandoc --standalone --wrap=none --template src/templates/main.html --metadata-file src/meta.yml
 
-.PHONY: build dist
+.PHONY: build
 build: $(GEN_FILES)
 	$(info HTML generated)
 
@@ -32,6 +32,7 @@ build: $(GEN_FILES)
 %.gen.html: %.src.md $(SRC_TEMPLATES)
 	$(PANDOC_GEN) --output $@ $<
 
+.PHONY: dist
 dist: $(DIST_DIR)
 	$(info Distributed folder generated)