mirror of
https://github.com/status-im/status-go-monitor.git
synced 2025-01-27 03:24:46 +00:00
11 lines
116 B
Makefile
11 lines
116 B
Makefile
default: status-monitor
|
|
|
|
run:
|
|
go run ./*.go
|
|
|
|
status-monitor:
|
|
go build -o bin/status-monitor
|
|
|
|
clean:
|
|
rm -fr bin/*
|