Files
QSfera/Server/vendor/github.com/cevaris/ordered_map/Makefile
T
Курнат Андрей 2315f25754 Initial QSfera import
2026-06-07 10:20:04 +03:00

11 lines
84 B
Makefile

all: build install
build:
go build
install:
go install
test:
go test -v *.go