From bb34be0195012cacddd6cb1095223763185b0654 Mon Sep 17 00:00:00 2001 From: Simon Marlow <marlowsd@gmail.com> Date: Wed, 31 Mar 2010 14:36:54 +0000 Subject: [PATCH] add callback002, threads007 --- smp/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/smp/Makefile b/smp/Makefile index 18780ea4..d56eb535 100644 --- a/smp/Makefile +++ b/smp/Makefile @@ -4,9 +4,11 @@ include $(TOP)/mk/boilerplate.mk SUBDIRS = \ sieve \ callback001 \ + callback002 \ threads001 \ threads003 \ - threads006 + threads006 \ + threads007 # later: # stm001 -- GitLab