api-testing/Makefile

7 lines
96 B
Makefile
Raw Normal View History

2022-06-08 19:04:47 +08:00
build:
mkdir -p bin
go build -o bin/atest cmd/*.go
copy: build
cp bin/atest /usr/local/bin/