From f8de9e4ae77e1b4d062caf10a3e354d4ef2e5213 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 21 Feb 2025 14:57:23 -0500 Subject: [PATCH] Add learnxiny to 'examples' makefile rule --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a41312e..6aaedca 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"