todo/makefile
2025-02-05 16:27:10 -05:00

6 lines
62 B
Makefile

build:
go build -o tmp/main cmd/main.go
clean:
rm tmp/main