mirror of
https://github.com/status-im/status-go-monitor.git
synced 2025-01-13 12:54:44 +00:00
12 lines
117 B
Makefile
12 lines
117 B
Makefile
|
|
default: status-monitor
|
|
|
|
run:
|
|
go run ./*.go
|
|
|
|
status-monitor:
|
|
go build -o bin/status-monitor
|
|
|
|
clean:
|
|
rm -fr bin/*
|