From 45cbcbce3b061f40c99ad03a6f38f92ba3fc63d7 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 18 Mar 2025 17:31:17 -0400 Subject: [PATCH] Pluralize pthreads --- Makefile | 2 +- examples/{pthread/pthread.tm => pthreads/pthreads.tm} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename examples/{pthread/pthread.tm => pthreads/pthreads.tm} (100%) diff --git a/Makefile b/Makefile index 00ef89d..41a64e1 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 similarity index 100% rename from examples/pthread/pthread.tm rename to examples/pthreads/pthreads.tm