summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5dc38a4..2a10862 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,7 @@
+all: build deploy
+
build:
python2 build.py
deploy:
- rsync -r ./ horel.org:public_html/submodularity
+ rsync -r index.html custom.css notes horel.org:public_html/submodularity