mirror of
https://github.com/status-im/fathom.git
synced 2025-03-01 03:20:27 +00:00
4 lines
52 B
Makefile
4 lines
52 B
Makefile
.PHONY: bin
|
|
bin: ana.go models/visit.go
|
|
go install
|