ntgr/Makefile
2024-11-17 22:02:46 -07:00

8 lines
85 B
Makefile

ntgr:
go build ./cmd/ntgr
run:
go run ./cmd/ntgr
install:
go install ./cmd/ntgr