add makefile

This commit is contained in:
Case Duckworth 2019-06-07 20:25:49 -05:00
parent 6c06991ccf
commit b0831b8eda
1 changed files with 8 additions and 0 deletions

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
publish: push
rsync -avz ./ acdw@tilde.town:~/public_html
push:
git add .
git commit
git push