5 lines
46 B
Makefile
5 lines
46 B
Makefile
|
build:
|
||
|
go build
|
||
|
|
||
|
run:
|
||
|
go build && ./pye-auth
|