diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-02-21 14:57:23 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-02-21 14:57:23 -0500 |
| commit | f8de9e4ae77e1b4d062caf10a3e354d4ef2e5213 (patch) | |
| tree | b780f03a737916d2e2ca43f54ed269934574a98a | |
| parent | c9aa9dcdccf9e7fb73e39e213ffe503501cfff8f (diff) | |
Add learnxiny to 'examples' makefile rule
| -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/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" |
