update makefile
This commit is contained in:
parent
f947a95f49
commit
3bc3b34c67
7
Makefile
7
Makefile
|
|
@ -24,9 +24,10 @@ static/highlight.css: build.py
|
||||||
python build.py highlight $(FLAGS)
|
python build.py highlight $(FLAGS)
|
||||||
|
|
||||||
server: all
|
server: all
|
||||||
-killall flask
|
@trap 'kill 0' SIGINT; \
|
||||||
flask run &
|
flask run & \
|
||||||
nginx -c $$(pwd)/nginx.conf -e stderr
|
nginx -c $$(pwd)/nginx.conf -e stderr & \
|
||||||
|
wait
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-rm -r $(OUT)
|
-rm -r $(OUT)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue