temporary-indexing-app/Makefile

6 lines
110 B
Makefile
Raw Normal View History

2021-12-06 10:18:50 +01:00
default: run
run:
2021-12-06 12:22:00 +01:00
@mkdir -p metadatum static/generated && \
2021-12-06 12:11:30 +01:00
FLASK_ENV=development FLASK_APP=app flask run