diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-06 14:20:18 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-06 14:20:18 -0400 |
| commit | 2bb2ff871fa1761478442bec5f6a32c9428360a1 (patch) | |
| tree | 9b73df7a0c50c02353ae7bca7c2cd54788ef0077 /Makefile | |
| parent | 59845e610f2c90474f34079d27b5f1e07071ded4 (diff) | |
Change method calls to use `foo.baz()` instead of `foo:baz()`
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -104,11 +104,12 @@ clean: %: %.md pandoc --lua-filter=docs/.pandoc/bold-code.lua -s $< -t man -o $@ -examples: examples/base64/base64 examples/ini/ini examples/game/game examples/http-server/http-server \ - 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/http \ +examples: + ./build/tomo -qIL examples/patterns examples/time examples/commands examples/shell examples/random \ + examples/base64 examples/log examples/ini examples/vectors examples/http \ examples/wrap examples/pthreads examples/colorful examples/core + ./build/tomo -e examples/base64/base64.tm examples/ini/ini.tm examples/game/game.tm examples/http-server/http-server.tm \ + examples/tomodeps/tomodeps.tm examples/tomo-install/tomo-install.tm examples/wrap/wrap.tm examples/colorful/colorful.tm ./build/tomo examples/learnxiny.tm deps: check-gcc |
