aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-02-21 14:57:23 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-02-21 14:57:23 -0500
commitf8de9e4ae77e1b4d062caf10a3e354d4ef2e5213 (patch)
treeb780f03a737916d2e2ca43f54ed269934574a98a /Makefile
parentc9aa9dcdccf9e7fb73e39e213ffe503501cfff8f (diff)
Add learnxiny to 'examples' makefile rule
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a41312e5..6aaedcab 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/base64 examples/log examples/ini examples/game examples/http examples/threads examples/tomodeps examples/tomo-install examples/wrap
+ ./tomo examples/learnxiny.tm
+ ./tomo -IL examples/vectors examples/base64 examples/log examples/ini examples/game examples/http examples/threads examples/tomodeps examples/tomo-install examples/wrap
install: tomo libtomo.so tomo.1
mkdir -p -m 755 "$(PREFIX)/man/man1" "$(PREFIX)/bin" "$(PREFIX)/include/tomo" "$(PREFIX)/lib" "$(PREFIX)/share/tomo/modules"