diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-18 17:31:17 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-18 17:31:17 -0400 |
| commit | 45cbcbce3b061f40c99ad03a6f38f92ba3fc63d7 (patch) | |
| tree | 01aeb6f8cd75a86aa66f4ab09c81c8a500faa736 | |
| parent | 6086b2dbda874d5538e878101c7ee98a10fdeddb (diff) | |
Pluralize pthreads
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | examples/pthreads/pthreads.tm (renamed from examples/pthread/pthread.tm) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -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 |
