summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index bdd584c..2eeffee 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,8 @@
-all: build deploy
+DEPLOY_URL=horel.org:public_html/submodularity
+.PHONY: all
-build:
- python2 build.py
+all: index.html notes papers
+ rsync -r $+ $(DEPLOY_URL)
-deploy:
- rsync -r index.html notes papers horel.org:public_html/submodularity
+index.html: index.jinja sessions.csv sub.bib notes papers
+ python2 build.py