From 7b952201086ac93716b7bb4ca8ac2b61237a033d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 24 Oct 2014 20:43:02 -0700 Subject: More stmd -> commonmark changes. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d297b35..a19d48b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CFLAGS?=-g -O3 -Wall -Wextra -std=c99 -Isrc -Wno-missing-field-initializers $(OP LDFLAGS?=-g -O3 -Wall -Werror SRCDIR?=src DATADIR?=data -BENCHINP?=bench.md +BENCHINP?=narrative.md PROG?=./cmark JSMODULES=$(wildcard js/lib/*.js) @@ -69,7 +69,7 @@ leakcheck: $(PROG) cat leakcheck.md | valgrind --leak-check=full --dsymutil=yes $(PROG) operf: $(PROG) - operf $(PROG) /dev/null + operf $(PROG) <$(BENCHINP) >/dev/null fuzztest: for i in `seq 1 10`; do \ -- cgit v1.2.3