diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-04-02 22:18:04 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-04-02 22:18:04 -0500 |
| commit | ae621b6b826a6e2da01c44864fb0364c95ffd952 (patch) | |
| tree | abcc85c87b77fdf67b1543ee2a5ba10ba5e38d64 /Makefile | |
| parent | 8700b9a2cc6441aee17b50b101d4bf6cb1f4b038 (diff) | |
fix formatting on images
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
