ntgr/Makefile

9 lines
85 B
Makefile
Raw Permalink Normal View History

2022-03-07 23:14:24 +00:00
ntgr:
go build ./cmd/ntgr
run:
go run ./cmd/ntgr
install:
go install ./cmd/ntgr