Browse Source

add build make target for gopy

Breandan Dezendorf 2 năm trước cách đây
mục cha
commit
11b0638cbe
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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