update makefile

This commit is contained in:
caandt 2024-09-19 20:25:53 -05:00
parent f947a95f49
commit 3bc3b34c67

View file

@ -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)