summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2015-03-06 10:34:44 -0500
committerThibaut Horel <thibaut.horel@gmail.com>2015-03-06 10:46:56 -0500
commitd2ac5ab4a46e7762491ab11586dd0619e8470bc2 (patch)
treee3034cc96e592583bddf76a4298c0b7f7917a951 /Makefile
parent45b839ea03dbe1a82f7caa790bc13aeac93db347 (diff)
downloadreading_group-d2ac5ab4a46e7762491ab11586dd0619e8470bc2.tar.gz
Better Makefile
Diffstat (limited to 'Makefile')
-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