This commit is contained in:
2025-09-23 19:55:05 +03:00
parent 9b4c53778d
commit 3e59c99b5d

View File

@@ -8,8 +8,8 @@ build:
mkdir -p $(BUILD_DIR)/templates
mkdir -p $(BUILD_DIR)/static
mkdir -p $(BUILD_DIR)/pages
cp -r templates/* $(BUILD_DIR)/templates/
cp -r pages/* $(BUILD_DIR)/pages/
cp -r static/* $(BUILD_DIR)/static/
cp -r templates $(BUILD_DIR)
cp -r pages $(BUILD_DIR)
cp -r static $(BUILD_DIR)
clean:
rm -rf $(BUILD_DIR)