mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-06 08:27:10 +00:00
9 lines
176 B
Makefile
9 lines
176 B
Makefile
wonderwall:
|
|
go build -o bin/wonderwall cmd/wonderwall/*.go
|
|
|
|
test:
|
|
go test -v -count=1 ./...
|
|
|
|
alpine:
|
|
go build -a -installsuffix cgo -o bin/wonderwall cmd/wonderwall/main.go
|