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