diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 |
