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