temporary-indexing-app/Makefile
2021-12-06 12:22:00 +01:00

6 lines
110 B
Makefile

default: run
run:
@mkdir -p metadatum static/generated && \
FLASK_ENV=development FLASK_APP=app flask run