Add Makefile

This commit is contained in:
Oskar Winkels 2020-01-13 00:29:51 +01:00 committed by Oskar
parent 777be865f8
commit 295e851868
1 changed files with 11 additions and 0 deletions

11
Makefile Normal file
View File

@ -0,0 +1,11 @@
NAME = fs-quiz-tool
HTML = /var/www/html
all: run
run:
cd src && python3 -m http.server 8000
install:
sudo cp src/* $(HTML)/$(NAME)/