forked from mirror/gitea
Really use go install on make install
This commit is contained in:
parent
b6b616b336
commit
cc8c57458f
4
Makefile
4
Makefile
@ -66,8 +66,8 @@ test:
|
||||
check: test
|
||||
|
||||
.PHONY: install
|
||||
install: $(BIN)/$(EXECUTABLE)
|
||||
cp $< $(GOPATH)/bin/
|
||||
install: $(wildcard *.go)
|
||||
go install -v -tags '$(TAGS)' -ldflags '-s -w $(LDFLAGS)'
|
||||
|
||||
.PHONY: build
|
||||
build: $(BIN)/$(EXECUTABLE)
|
||||
|
Loading…
Reference in New Issue
Block a user