Compare commits

..

No commits in common. "9cb0a5e9add8cf478f6ff95f92442d1f8d16de5d" and "615cd83fb7b868365ebcf9b706fd11b1ddb40f8a" have entirely different histories.

@ -21,7 +21,7 @@ build: check-no-root $(BIN)
export CGO_ENABLED := 0
$(BIN):
go build -ldflags="-X 'gitea.plemya-x.ru/Plemya-x/ALR/internal/config.Version=$(GIT_VERSION)'" -o $@
go build -ldflags="-X 'gitea.plemya-x.ru/xpamych/ALR/internal/config.Version=$(GIT_VERSION)'" -o $@
check-no-root:
@if [[ "$$(whoami)" == 'root' ]]; then \