Enha: server update

This commit is contained in:
Grail Finder
2025-02-06 16:57:37 +03:00
parent 6676b7d12b
commit 884004a855
4 changed files with 48 additions and 12 deletions

View File

@@ -3,6 +3,9 @@
run: setconfig
go build -o elefant && ./elefant
server: setconfig
go build -o elefant && ./elefant -port 3333
setconfig:
find config.toml &>/dev/null || cp config.example.toml config.toml