summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-11-10 12:34:00 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-11-10 12:34:00 -0800
commitcf4501323a49d817e852844cfd3fbb14de888fd9 (patch)
treee77b73307caedee5ff8374c3385d99b5a517bdc2 /Makefile
parente87a540442b762070bf490ce4be25e796a8fee91 (diff)
Make FUZZCHARS settable from environment.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e6a53e9..f7556d7 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ JSMODULES=$(wildcard js/lib/*.js)
SPEC=spec.txt
SITE=_site
BUILDDIR=build
-FUZZCHARS=2000000 # for fuzztest
+FUZZCHARS?=2000000 # for fuzztest
PROG?=$(BUILDDIR)/src/cmark
.PHONY: all spec leakcheck clean fuzztest dingus upload jshint test testjs benchjs update-site upload-site check