diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-02 16:20:57 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-02 16:20:57 -0400 |
| commit | 59993b85301071540a90a0e97df27e83000f77f7 (patch) | |
| tree | e3425fd6158156eb9ebd378cd9678323674e31ee | |
| parent | 2685c4c31ffad356a73f1e0ec69606b6136bca47 (diff) | |
Add http-server to `examples` rule
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ 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: 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 \ |
