Add install target to Makefile

git-svn-id: file:///srv/svn/repo/toyohime/trunk@22 922d331f-388e-da47-97a9-ad700dc0b8b9
This commit is contained in:
kare.nuorteva 2016-12-11 22:52:46 +00:00
parent 05892d509d
commit 4946fee378

View File

@ -1,11 +1,14 @@
NAME := kkn.fi/vanity/cmd/vanity
.PHONY: build clean test vet lint errcheck cover heat check dist
.PHONY: build install clean test vet lint errcheck cover heat check dist
build:
go build $(NAME)/...
install:
go install $(NAME)
clean:
@rm -rf vanity