th7/Makefile
2023-11-21 14:45:14 +00:00

8 lines
75 B
Makefile

build:
go build main.go
run:
go run main.go
clean:
rm -rf test.db main