Explorar el Código

Really use go install on make install

tags/v1.0.0
Thomas Boerger hace 7 años
padre
commit
cc8c57458f
No account linked to committer's email address
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      Makefile

+ 2
- 2
Makefile Ver fichero

@@ -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)

Cargando…
Cancelar
Guardar