btc-crawl/Makefile

11 lines
105 B
Makefile

btc-crawl: **.go
go build ./...
build: btc-crawl
clean:
rm btc-crawl
run: btc-crawl
./btc-crawl -v