aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-17 20:42:05 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-03-17 20:42:05 -0400
commitae81254f990e5c4cf766848493263ac88251e646 (patch)
treeb13f731ee687aabaf858964abe43a2e4638d487c /Makefile
parent2b2eff0987ad3f7e46c39906f32680bc61f48c87 (diff)
Add pthread example
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 04a93984..3d66ae61 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,8 @@ clean:
pandoc --lua-filter=.pandoc/bold-code.lua -s $< -t man -o $@
examples:
- ./tomo -IL examples/vectors examples/commands examples/shell examples/base64 examples/log examples/ini examples/game examples/http examples/threads examples/tomodeps examples/tomo-install examples/wrap
+ ./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
./tomo examples/learnxiny.tm
install: tomo libtomo.so tomo.1