add makefile

This commit is contained in:
MReenen
2023-11-09 21:28:40 +01:00
parent a9cc83427c
commit 1f63c928ca
3 changed files with 27 additions and 15 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
run:
python3 recever.py
install:
cp index.html /var/www/html/index.html
cp commander.html /var/www/html/commander.html