aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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