aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-04-02 22:18:04 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-04-02 22:18:04 -0500
commitae621b6b826a6e2da01c44864fb0364c95ffd952 (patch)
treeabcc85c87b77fdf67b1543ee2a5ba10ba5e38d64 /Makefile
parent8700b9a2cc6441aee17b50b101d4bf6cb1f4b038 (diff)
fix formatting on images
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bc31a0f..b005f68 100644
--- a/Makefile
+++ b/Makefile
@@ -29,11 +29,14 @@ $(BUILD_DIR)/%.html:: gen/gen_%.sh | $(BUILD_DIR)
--template template.html \
-o "$@"
-
all: $(HTMLTARGETS) $(GENTARGETS)
.PHONY: all
.DEFAULT_GOAL := all
+deploy: all
+ rsync -auv $(BUILD_DIR)/ root@ganymede:/var/www/papa_stories
+.PHONY: deploy
+
clean:
rm -rf $(BUILD_DIR)
.PHONY: clean