Reorganize the project layout, fix some logging quirks

Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
2025-12-30 19:13:42 -03:00
parent a2a93adfb6
commit 613576f438
11 changed files with 44 additions and 41 deletions

View File

@@ -5,6 +5,6 @@ VERSION ?= `git describe --tags`
REVISION ?= `git rev-list --all | wc -l`
build:
@${GO} build ${GOFLAGS} -o mikuru ./cmd
@${GO} build ${GOFLAGS}
clean:
@rm -f mikuru