temporary-indexing-app/Makefile
2021-12-06 10:43:13 +01:00

5 lines
66 B
Makefile

default: run
run:
FLASK_ENV=development FLASK_APP=app flask run