X-Git-Url: https://ruderich.org/simon/gitweb/?p=nsscash%2Fnsscash.git;a=blobdiff_plain;f=Makefile;h=f543f6d7f6df2999f6ee4280267be305fd569247;hp=b76c74eefedbe023ba923c4f027a473fd7ea60b8;hb=0a6b664843bea0d6d77c5e0013e2f5686181d84d;hpb=d671faf8dca799aa492ffac896e0cd49b5e09d08 diff --git a/Makefile b/Makefile index b76c74e..f543f6d 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,6 @@ all: 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