diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-17 20:42:05 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-17 20:42:05 -0400 |
| commit | ae81254f990e5c4cf766848493263ac88251e646 (patch) | |
| tree | b13f731ee687aabaf858964abe43a2e4638d487c /Makefile | |
| parent | 2b2eff0987ad3f7e46c39906f32680bc61f48c87 (diff) | |
Add pthread example
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
