chore: add makefile with run and deploy

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2022-05-15 21:59:20 +02:00
parent 6e7b609178
commit 30b00e5d1a
Signed by: mfocko
GPG key ID: 7C47D46246790496

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
run:
python3 -m http.server
deploy:
rsync -rlpttvz ./ poincare:~/public_html/wavl/web/