diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-01 15:34:24 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-01 15:34:24 -0400 |
| commit | a32c3747568562251d6c390faf325bf3ed3946e6 (patch) | |
| tree | 42eeb885db5f48358f43f8b7093084f2ce32b4e8 /Makefile | |
| parent | da4d18e7e889a130f0dc944f8b3d6481f47ba74b (diff) | |
Add `core` library to avoid having to explicitly import a bunch of
common libraries
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
