mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-09 18:00:40 +00:00
9 lines
153 B
Makefile
9 lines
153 B
Makefile
|
deps:
|
||
|
GO15VENDOREXPERIMENT=1 go get -u ./...
|
||
|
|
||
|
build:
|
||
|
GO15VENDOREXPERIMENT=1 GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build
|
||
|
|
||
|
clean:
|
||
|
rm drone-terraform
|