5 lines
93 B
Makefile
5 lines
93 B
Makefile
|
serve:
|
||
|
python -m http.server
|
||
|
publish:
|
||
|
rsync -r * themagician.cc:/usr/share/nginx/html/www/
|