summaryrefslogtreecommitdiff
path: root/examples/Threads/Makefile
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-10-29 07:40:16 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-10-29 07:40:16 +0000
commit5036e0a0f727dd809b932b41dda3989c0f47e2fd (patch)
treeaf7834a0f9e9046c65f6260a03a8a58cca7c7f5b /examples/Threads/Makefile
parent60aa7663705dd9338f66fb28384e8b31900434bb (diff)
downloadATCD-5036e0a0f727dd809b932b41dda3989c0f47e2fd.tar.gz
Jamming
Diffstat (limited to 'examples/Threads/Makefile')
-rw-r--r--examples/Threads/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Threads/Makefile b/examples/Threads/Makefile
index a518bf6c293..f1c4c630a27 100644
--- a/examples/Threads/Makefile
+++ b/examples/Threads/Makefile
@@ -18,9 +18,10 @@ BIN = test_auto_event \
test_process_semaphore \
test_reader_writer \
test_recursive_mutex \
- test_task \
+ test_task_one \
test_task_two \
test_task_three \
+ test_task_four \
test_thread_manager \
test_thread_pool \
test_thread_specific \