mirror of
https://github.com/status-im/status-go-monitor.git
synced 2025-01-11 20:04:10 +00:00
11 lines
107 B
Makefile
11 lines
107 B
Makefile
default: status-monitor
|
|
|
|
run:
|
|
go run ./*.go
|
|
|
|
build:
|
|
go build -o bin/status-monitor
|
|
|
|
clean:
|
|
rm -fr bin/*
|