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