8 lines
72 B
Makefile
8 lines
72 B
Makefile
BINARY_NAME = fsldap
|
|
|
|
build:
|
|
go build -v
|
|
|
|
run: build
|
|
./$(BINARY_NAME)
|