fs-quiz-tool/Makefile

12 lines
139 B
Makefile
Raw Normal View History

2020-01-13 00:29:51 +01:00
NAME = fs-quiz-tool
HTML = /var/www/html
all: run
run:
cd src && python3 -m http.server 8000
install:
sudo cp src/* $(HTML)/$(NAME)/