1
0
mirror of https://github.com/drone/drone-cli.git synced 2024-11-24 01:32:33 +01:00
drone-cli/Makefile

19 lines
163 B
Makefile
Raw Normal View History

2015-10-25 02:06:46 +02:00
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