chore: rename project and all references to qorona
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user