Remove Makefile

I can just use a git hook instead. It's this:

rsync -avz --delete -f "- unk/" ./ acdw@tilde.town:~/public_html/
This commit is contained in:
Case Duckworth 2019-07-02 19:39:31 -05:00
parent 5ae85ca3fc
commit 92277d372c
1 changed files with 0 additions and 8 deletions

View File

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