mirror of
https://github.com/number571/go-peer.git
synced 2026-09-12 19:50:00 +05:00
8 lines
105 B
Makefile
8 lines
105 B
Makefile
.PHONY: default build clean
|
|
|
|
default: build
|
|
build:
|
|
make -C ./tools build
|
|
clean:
|
|
make -C ./tools clean
|