mirror of
https://github.com/mochi-mqtt/server.git
synced 2025-09-26 20:21:12 +08:00
10 lines
74 B
Makefile
10 lines
74 B
Makefile
.PHONY: all build test
|
|
|
|
all: build test
|
|
|
|
build:
|
|
go build
|
|
|
|
test:
|
|
go test
|