Skip to content

Commit bad274c

Browse files
committed
Removed static assets from compile backend
1 parent 02d703a commit bad274c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ static_assets:
1919
release: compile_frontend static_assets
2020
env GOOS=linux GOARCH=amd64 go build -o gaia-linux-amd64 ./cmd/gaia/main.go
2121

22-
compile_backend: static_assets
22+
compile_backend:
2323
env GOOS=linux GOARCH=amd64 go build -o gaia-linux-amd64 ./cmd/gaia/main.go

0 commit comments

Comments
 (0)