2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-10 13:10:26 +00:00
cointop/Makefile
Miguel Mota fd4dd93320 build
Former-commit-id: 383b38250941be05343bee4a06d5f4327da4c96e [formerly 5c2a1e0d03]
Former-commit-id: 4cd0b68b0c9cd538c56a78fbd3bb6f15da9ac7ee
2018-03-30 16:35:43 -07:00

9 lines
83 B
Makefile

all:
@echo "no default"
run:
go run cointop.go keybindings.go
build:
go build