X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=Makefile;h=f543f6d7f6df2999f6ee4280267be305fd569247;hb=8f5ef7f3c96520b4a83fb1842e452ffe272ef8a1;hp=725985d8a242aea82a861abb27d76e30a0dbdaea;hpb=6c6e3873642de8c412e5cdc829595b131d800e63;p=nsscash%2Fnsscash.git diff --git a/Makefile b/Makefile index 725985d..f543f6d 100644 --- a/Makefile +++ b/Makefile @@ -2,13 +2,15 @@ all: go generate ./... go vet ./... go build - go test ./... + $(MAKE) --no-print-directory -C nss all clean: rm -f nsscash filetype_string.go + $(MAKE) --no-print-directory -C nss clean test: go build # we need ./nsscash + go test ./... $(MAKE) --no-print-directory -C nss test .PHONY: all clean test