From d2ac5ab4a46e7762491ab11586dd0619e8470bc2 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Fri, 6 Mar 2015 10:34:44 -0500 Subject: Better Makefile --- Makefile | 11 ++++++----- 1 file 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 -- cgit v1.2.3-70-g09d2