9 lines
309 B
Makefile
9 lines
309 B
Makefile
SCM_BENCHMARKS = benchmarks/0-reference.bm \
|
|
benchmarks/continuations.bm \
|
|
benchmarks/if.bm \
|
|
benchmarks/logand.bm \
|
|
benchmarks/read.bm \
|
|
benchmarks/uniform-vector-read.bm
|
|
|
|
EXTRA_DIST = guile-benchmark lib.scm $(SCM_BENCHMARKS) \
|
|
ChangeLog-2008
|