]> git.rocketbowman.com Git - jetsam.git/commitdiff
fix: touch build/assets to deduplicate effort
authorKyle Bowman <kyle+github@rocketbowman.com>
Sun, 29 Dec 2024 18:19:30 +0000 (13:19 -0500)
committerKyle Bowman <kyle+github@rocketbowman.com>
Sun, 29 Dec 2024 18:19:30 +0000 (13:19 -0500)
Makefile

index b842ed8493d6fda4bdb5a47b9087617a68ed1e46..eb1a563d58f3d9aa2529277d59ca1e516e51e388 100644 (file)
--- 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 $@)