0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-11-09 18:00:40 +00:00
wp-opentofu/Makefile

9 lines
153 B
Makefile
Raw Normal View History

2015-11-10 14:52:53 +00:00
deps:
GO15VENDOREXPERIMENT=1 go get -u ./...
build:
GO15VENDOREXPERIMENT=1 GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build
clean:
rm drone-terraform