From: Kyle Bowman Date: Sun, 29 Dec 2024 18:19:30 +0000 (-0500) Subject: fix: touch build/assets to deduplicate effort X-Git-Url: https://git.rocketbowman.com/?a=commitdiff_plain;h=8167ef6932fa16de08ca0d8a60d7c478d922177b;p=jetsam.git fix: touch build/assets to deduplicate effort --- diff --git a/Makefile b/Makefile index b842ed8..eb1a563 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,7 @@ build/index.html: .buildlist $(BUILD_DIR)/$(ASSETS_DIR): $(SRC_DIR)/$(ASSETS_DIR) mkdir -p $(BUILD_DIR)/$(ASSETS_DIR) cp -rL $(SRC_DIR)/$(ASSETS_DIR)/* $(BUILD_DIR)/$(ASSETS_DIR) + touch $(BUILD_DIR)/$(ASSETS_DIR) $(BUILD_DIR)/%.html: $(SRC_DIR)/%.md $(BUILD_DIR)/$(ASSETS_DIR) @mkdir -p $(dir $@)