1
0
mirror of https://github.com/drone/drone-cli.git synced 2026-01-20 01:41:34 +01:00
drone-cli/Makefile
2015-10-24 17:06:46 -07:00

19 lines
163 B
Makefile

deps:
cd drone
go get -u ./...
build:
cd drone
go install ./...
test:
cd drone
go test ./...
clean:
rm -rf bin dist
dist:
mkdir -p bin dist
echo dist