diff options
author | Grail Finder <wohilas@gmail.com> | 2025-02-06 16:57:37 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-02-06 16:57:37 +0300 |
commit | 884004a855980444319769d9b10f9cf6e3ba33cd (patch) | |
tree | 3753697d0dd0e341595a1e15fb8aee9f1c06833b /Makefile | |
parent | 6676b7d12b3bb381fdfacea816d50e9b86f9333d (diff) |
Enha: server update
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |