6 lines
56 B
Makefile
6 lines
56 B
Makefile
build:
|
|
@go build -v ./...
|
|
|
|
default: build
|
|
@./teleport
|