diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..579aa92 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +.PHONY: upload + +README.html: README.md + pandoc -so README.html -c style.css README.md + +upload: README.html style.css + rsync --mkpath README.html style.css runxiyu.org:/var/www/docs/e2/ |