diff options
Diffstat (limited to 'progtest/Makefile')
-rw-r--r-- | progtest/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/progtest/Makefile b/progtest/Makefile index 2b01a10..72dbfa4 100644 --- a/progtest/Makefile +++ b/progtest/Makefile @@ -22,6 +22,10 @@ namespaces=$(shell find src/ -type d) nsindex=$(addsuffix /index.js, $(namespaces)) +.DEFAULT_GOAL: all + +all: tame-progtest.js + test: check check: PATH="$(PATH):$(CURDIR)/node_modules/mocha/bin" \ @@ -32,7 +36,7 @@ modindex: $(nsindex) $(CURDIR)/build-aux/gen-index "$*" > "$@" browserify: tame-progtest.js -tame-progtest.js: FORCE +tame-progtest.js: check modindex $(CURDIR)/node_modules/.bin/browserify \ --debug \ -r $(CURDIR)/src/index.js:progtest \ |