watchyourlan/Makefile
2022-08-15 12:02:42 +07:00

8 lines
No EOL
88 B
Makefile

mod:
rm go.mod
go mod init watchyourlan
go mod tidy
run:
go run .
build:
go build .