web/Makefile

6 lines
90 B
Makefile
Raw Normal View History

run:
python3 -m http.server
deploy:
rsync -rlpttvz ./ poincare:~/public_html/wavl/web/