Add Makefile

This commit is contained in:
The Magician 2023-12-02 17:12:48 +00:00
parent 56ba9d3895
commit 384fcdaf0a
1 changed files with 4 additions and 0 deletions

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
serve:
python -m http.server
publish:
rsync -r * themagician.cc:/usr/share/nginx/html/www/