diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-10-07 23:39:24 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-10-07 23:39:24 -0700 |
commit | a8722bef85dcdcd8439e3cbb189f53f9c291dd1e (patch) | |
tree | 6c681313d475fc933c801c5b8ef0fe7d59a79e0d /Makefile | |
parent | daeb55edc7636deebc2a79621ea06c3548d67827 (diff) |
Changed bench.js so it no longer requires oldtests.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |