From 3f962296d2ed41f0b20ec9562599575f4b832314 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 18 Mar 2025 05:15:58 -0400 Subject: [PATCH] Update makefile to build executables --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b73d245..00ef89d 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,9 @@ tags: @echo $(CC) $(CFLAGS_PLACEHOLDER) -c $< -o $@ @$(CC) $(CFLAGS) -c $< -o $@ +%: %.tm + tomo -e $< + %.tm.testresult: %.tm tomo @printf '\x1b[33;1;4m%s\x1b[m\n' $< @set -o pipefail; \ @@ -71,7 +74,8 @@ clean: %: %.md pandoc --lua-filter=.pandoc/bold-code.lua -s $< -t man -o $@ -examples: +examples: examples/commands/commands examples/base64/base64 examples/ini/ini examples/game/game \ + examples/tomodeps/tomodeps examples/tomo-install/tomo-install examples/wrap/wrap examples/colorful/colorful ./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 examples/colorful ./tomo examples/learnxiny.tm