diff --git a/Makefile b/Makefile index 2140301..5d81a55 100644 --- a/Makefile +++ b/Makefile @@ -8,5 +8,8 @@ build: GOOS=linux go build -ldflags="-s -w" -buildmode=exe -o target/playbookctl main.go \ && strip target/playbookctl +get: + go get + clean: rm -rf target/*