From: Simon Ruderich Date: Sat, 8 Jun 2019 13:57:23 +0000 (+0200) Subject: Makefile: run all and clean in nss/ as well X-Git-Tag: 0.1~81 X-Git-Url: https://ruderich.org/simon/gitweb/?p=nsscash%2Fnsscash.git;a=commitdiff_plain;h=20da4ec1c9ddd7dcb6f43adced0c75cc3ce97dfb Makefile: run all and clean in nss/ as well This way a single `make all` builds the whole project. --- 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