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:
parent
05892d509d
commit
4946fee378
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user