diff options
Diffstat (limited to 'bench/Makefile')
-rw-r--r-- | bench/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/Makefile b/bench/Makefile index 362a3db..685b0cf 100644 --- a/bench/Makefile +++ b/bench/Makefile @@ -1,6 +1,6 @@ BIN=runner OBJ=runner.o -BENCHSRC=intsort.myr \ +BENCHSRC= intsort.myr \ copious-allocs.myr \ sha1-compute.myr \ bigfactorial.myr \ |