5 lines
90 B
Makefile
5 lines
90 B
Makefile
run:
|
|
python3 -m http.server
|
|
|
|
deploy:
|
|
rsync -rlpttvz ./ poincare:~/public_html/wavl/web/
|