7 lines
69 B
Makefile
7 lines
69 B
Makefile
dev:
|
|
go run main.go
|
|
build:
|
|
echo "install"
|
|
install:
|
|
echo "install"
|