X-Git-Url: https://ruderich.org/simon/gitweb/?p=nsscash%2Fnsscash.git;a=blobdiff_plain;f=Makefile;h=39f5818f293c2e652345f02afab0bb3d8cc058a1;hp=b76c74eefedbe023ba923c4f027a473fd7ea60b8;hb=HEAD;hpb=20da4ec1c9ddd7dcb6f43adced0c75cc3ce97dfb diff --git a/Makefile b/Makefile index b76c74e..39f5818 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,7 @@ all: - go generate ./... - go vet ./... + go generate + go vet go build - go test ./... $(MAKE) --no-print-directory -C nss all clean: @@ -11,6 +10,7 @@ clean: test: go build # we need ./nsscash + go test $(MAKE) --no-print-directory -C nss test .PHONY: all clean test