diff options
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
