From ae621b6b826a6e2da01c44864fb0364c95ffd952 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Thu, 2 Apr 2026 22:18:04 -0500 Subject: fix formatting on images --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.3.1