3 lines
56 B
Makefile
3 lines
56 B
Makefile
|
all:
|
||
|
FLASK_ENV=development FLASK_APP=main.py flask run
|