8 lines
75 B
Makefile
8 lines
75 B
Makefile
build:
|
|
go build main.go
|
|
run:
|
|
go run main.go
|
|
clean:
|
|
rm -rf test.db main
|
|
|