Explorar el Código

add build make target for gopy

Breandan Dezendorf hace 2 años
padre
commit
11b0638cbe
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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