|
@@ -10,8 +10,7 @@ deploy: docker
|
|
|
|
|
|
backend: distpath
|
|
backend: distpath
|
|
@echo "Building backend... "
|
|
@echo "Building backend... "
|
|
- GOPATH=${CURDIR}/backend
|
|
|
|
- CGO_ENABLED=0 go build -o DIST/bin/server backend/src/simple-web/server/server.go
|
|
|
|
|
|
+ GOPATH=${CURDIR}/backend CGO_ENABLED=0 go build -o DIST/bin/server backend/src/simple-web/server/server.go
|
|
|
|
|
|
frontend: distpath
|
|
frontend: distpath
|
|
@echo "Building frontend..."
|
|
@echo "Building frontend..."
|