OSDN Git Service

rename swap
[bytom/shuttle.git] / Makefile
1 install:
2         @echo "Installing swap to $(GOPATH)/bin"
3         @go install ./cmd/swap
4
5 clean:
6         @rm -rf $(GOPATH)/bin/swap