0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-09-20 01:42:45 +02:00
wp-opentofu/Makefile
2016-01-26 23:50:54 +01:00

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