Ver Fonte

add build make target for gopy

Breandan Dezendorf há 2 anos atrás
pai
commit
11b0638cbe
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      dezendorf/applications/gopy/Makefile

+ 3 - 0
dezendorf/applications/gopy/Makefile

@@ -1,2 +1,5 @@
 migrate:
 	FLASK_APP=gopy.py python3 -m  flask db upgrade
+
+build:
+	/bin/bash build.sh