Skip to content

Commit

Permalink
Removed static assets from compile backend
Browse files Browse the repository at this point in the history
  • Loading branch information
michelvocks committed Jun 27, 2018
1 parent 02d703a commit bad274c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ static_assets:
release: compile_frontend static_assets
env GOOS=linux GOARCH=amd64 go build -o gaia-linux-amd64 ./cmd/gaia/main.go

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

0 comments on commit bad274c

Please sign in to comment.