Files
lazyssh/makefile
T
2025-08-14 11:51:07 +01:00

5 lines
53 B
Makefile

build:
go build -o lazyssh ./cmd
run:
go run ./cmd