aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--examples/pthreads/pthreads.tm (renamed from examples/pthread/pthread.tm)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 00ef89d7..41a64e16 100644
--- a/Makefile
+++ b/Makefile
@@ -77,7 +77,7 @@ clean:
examples: examples/commands/commands examples/base64/base64 examples/ini/ini examples/game/game \
examples/tomodeps/tomodeps examples/tomo-install/tomo-install examples/wrap/wrap examples/colorful/colorful
./tomo -IL examples/commands examples/shell examples/base64 examples/log examples/ini examples/vectors examples/game \
- examples/http examples/threads examples/tomodeps examples/tomo-install examples/wrap examples/pthread examples/colorful
+ examples/http examples/threads examples/tomodeps examples/tomo-install examples/wrap examples/pthreads examples/colorful
./tomo examples/learnxiny.tm
install: tomo libtomo.so tomo.1
diff --git a/examples/pthread/pthread.tm b/examples/pthreads/pthreads.tm
index 13d94e40..13d94e40 100644
--- a/examples/pthread/pthread.tm
+++ b/examples/pthreads/pthreads.tm