We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d703a commit bad274cCopy full SHA for bad274c
Makefile
@@ -19,5 +19,5 @@ static_assets:
19
release: compile_frontend static_assets
20
env GOOS=linux GOARCH=amd64 go build -o gaia-linux-amd64 ./cmd/gaia/main.go
21
22
-compile_backend: static_assets
+compile_backend:
23
0 commit comments