summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-10-07 23:39:24 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-10-07 23:39:24 -0700
commita8722bef85dcdcd8439e3cbb189f53f9c291dd1e (patch)
tree6c681313d475fc933c801c5b8ef0fe7d59a79e0d /Makefile
parentdaeb55edc7636deebc2a79621ea06c3548d67827 (diff)
Changed bench.js so it no longer requires oldtests.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d35b9d..1094b65 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
PROG?=./stmd
.PHONY: all test spec benchjs testjs