X-Git-Url: https://ruderich.org/simon/gitweb/?p=nsscash%2Fnsscash.git;a=blobdiff_plain;f=Makefile;h=39f5818f293c2e652345f02afab0bb3d8cc058a1;hp=f543f6d7f6df2999f6ee4280267be305fd569247;hb=5a6b8152cf4c9fcd71b875ff5dce1ec0fad9c9d4;hpb=59e4e76bd0703e1143a92658dc0bfe54ed3901cd 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