aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-01 15:34:24 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-01 15:34:24 -0400
commita32c3747568562251d6c390faf325bf3ed3946e6 (patch)
tree42eeb885db5f48358f43f8b7093084f2ce32b4e8 /Makefile
parentda4d18e7e889a130f0dc944f8b3d6481f47ba74b (diff)
Add `core` library to avoid having to explicitly import a bunch of
common libraries
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8a188e27..7e7e2723 100644
--- a/Makefile
+++ b/Makefile
@@ -107,8 +107,8 @@ clean:
examples: examples/base64/base64 examples/ini/ini examples/game/game \
examples/tomodeps/tomodeps examples/tomo-install/tomo-install examples/wrap/wrap examples/colorful/colorful
./build/tomo -qIL examples/patterns examples/time examples/commands examples/shell examples/base64 examples/log \
- examples/ini examples/vectors examples/game \
- examples/http examples/tomodeps examples/tomo-install examples/wrap examples/pthreads examples/colorful
+ examples/ini examples/vectors examples/game examples/http examples/tomodeps examples/tomo-install \
+ examples/wrap examples/pthreads examples/colorful examples/core
./build/tomo examples/learnxiny.tm
deps: check-gcc