X-Git-Url: https://ruderich.org/simon/gitweb/?p=nsscash%2Fnsscash.git;a=blobdiff_plain;f=Makefile;h=b76c74eefedbe023ba923c4f027a473fd7ea60b8;hp=725985d8a242aea82a861abb27d76e30a0dbdaea;hb=20da4ec1c9ddd7dcb6f43adced0c75cc3ce97dfb;hpb=6c6e3873642de8c412e5cdc829595b131d800e63 diff --git a/Makefile b/Makefile index 725985d..b76c74e 100644 --- a/Makefile +++ b/Makefile @@ -3,9 +3,11 @@ all: 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