0day_dev/radare2-r2pipe/go/Makefile
2020-08-07 13:48:00 -07:00

11 lines
129 B
Makefile

all:
go test
cd example ; go run example.go
sync:
rm -rf tmp
git clone `cat ORIGIN` tmp
cp -f tmp/*.go .
.PHONY: all sync