Makefile 85 B

12345
  1. migrate:
  2. FLASK_APP=gopy.py python3 -m flask db upgrade
  3. build:
  4. /bin/bash build.sh