mirror of
https://github.com/openp2p-cn/openp2p.git
synced 2025-12-24 12:57:52 +08:00
8 lines
125 B
Makefile
8 lines
125 B
Makefile
build:
|
|
export GOPROXY=https://goproxy.io,direct
|
|
go mod tidy
|
|
go build cmd/openp2p.go
|
|
.PHONY: build
|
|
|
|
.DEFAULT_GOAL := build
|