mirror of
https://github.com/status-im/fathom.git
synced 2025-03-01 03:20:27 +00:00
5 lines
71 B
Makefile
5 lines
71 B
Makefile
|
.PHONY: debug
|
||
|
debug: tracker.go models.go
|
||
|
go build
|
||
|
$(GOPATH)/bin/ana
|