0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-09-19 15:32:45 +02:00
wp-opentofu/Makefile

9 lines
153 B
Makefile
Raw Normal View History

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