From: Jean Privat Date: Mon, 14 Sep 2015 20:49:18 +0000 (-0400) Subject: benchmarks/markdown: add a `make check` rule X-Git-Tag: v0.7.8~15^2~7 X-Git-Url: http://nitlanguage.org benchmarks/markdown: add a `make check` rule Signed-off-by: Jean Privat --- diff --git a/benchmarks/markdown/Makefile b/benchmarks/markdown/Makefile index 802fab6..ca25141 100644 --- a/benchmarks/markdown/Makefile +++ b/benchmarks/markdown/Makefile @@ -15,6 +15,9 @@ all: ./bench_markdown.sh all +check: + ./bench_markdown.sh -s 1 nit + clean: $(MAKE) clean -C benches $(MAKE) clean -C engines