Explorar el Código

Hush dangerous GNU comment, mark "check" rule as phony

tags/v1.0.0
Sandro Santilli hace 7 años
padre
commit
f430d26f7e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Makefile

+ 1
- 1
Makefile Ver fichero

@@ -62,7 +62,7 @@ lint:
test:
for PKG in $(PACKAGES); do go test -cover -coverprofile $$GOPATH/src/$$PKG/coverage.out $$PKG || exit 1; done;

# As for GNU Coding Standard
.PHONY: check
check: test

.PHONY: install

Cargando…
Cancelar
Guardar