chore: rename project and all references to qorona

This commit is contained in:
Luxferre
2026-08-27 14:08:50 +03:00
parent d68efdbf59
commit f60f7b0c49
6 changed files with 49 additions and 36 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
all: q38max
all: qorona
q38max:
qorona:
mkdir -p bin
go build -trimpath -ldflags="-s -w" -o bin/q38max main.go
go build -trimpath -ldflags="-s -w" -o bin/qorona main.go
test:
go test -v ./...
@@ -10,4 +10,4 @@ test:
clean:
rm -rf bin
.PHONY: all q38max test clean
.PHONY: all qorona test clean