Add Makefile
This commit is contained in:
parent
777be865f8
commit
295e851868
11
Makefile
Normal file
11
Makefile
Normal 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)/
|
Loading…
x
Reference in New Issue
Block a user