aboutsummaryrefslogtreecommitdiff
path: root/SingleSource/Benchmarks/Stanford/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'SingleSource/Benchmarks/Stanford/Makefile')
-rw-r--r--SingleSource/Benchmarks/Stanford/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/SingleSource/Benchmarks/Stanford/Makefile b/SingleSource/Benchmarks/Stanford/Makefile
index 8eebe804..023671c9 100644
--- a/SingleSource/Benchmarks/Stanford/Makefile
+++ b/SingleSource/Benchmarks/Stanford/Makefile
@@ -2,4 +2,8 @@ LEVEL = ../../..
LDFLAGS += -lm
FP_TOLERANCE = 0.001
+ifdef BENCHMARKING_ONLY
+PROGRAMS_TO_SKIP += IntMM
+endif
+
include $(LEVEL)/SingleSource/Makefile.singlesrc