From 9ce8ea603825d602484dc4c03c4b53a07ab41ae0 Mon Sep 17 00:00:00 2001
From: Simon Marlow <marlowsd@gmail.com>
Date: Wed, 31 Mar 2010 12:01:38 +0000
Subject: [PATCH] add a Makefile

---
 smp/threads006/Makefile | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 smp/threads006/Makefile

diff --git a/smp/threads006/Makefile b/smp/threads006/Makefile
new file mode 100644
index 00000000..8354fbd8
--- /dev/null
+++ b/smp/threads006/Makefile
@@ -0,0 +1,8 @@
+TOP = ../..
+include $(TOP)/mk/boilerplate.mk
+
+FAST_OPTS = 10000
+NORM_OPTS = 200000
+SLOW_OPTS = 500000
+
+include $(TOP)/mk/target.mk
-- 
GitLab