1
0
mirror of https://github.com/drone/drone-cli.git synced 2024-11-23 17:22:09 +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