diff options
author | Grail Finder <wohilas@gmail.com> | 2025-05-21 19:55:14 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-05-21 19:55:14 +0300 |
commit | fe4f759173ecd3cff2a6db38878cfd2727b8b49c (patch) | |
tree | d7adeeed7fb08e5aea4eb6544219b134ca2344a1 /Makefile | |
parent | 8b9a33d3302ac7e094029556dcc718345afccc4c (diff) |
Chore: project rename; gf-lt => grailfinder's llm tui
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,10 +1,10 @@ .PHONY: setconfig run lint run: setconfig - go build -o elefant && ./elefant + go build -o gf-lt && ./gf-lt server: setconfig - go build -o elefant && ./elefant -port 3333 + go build -o gf-lt && ./gf-lt -port 3333 setconfig: find config.toml &>/dev/null || cp config.example.toml config.toml |