Files
efsldap/Makefile
2021-05-16 15:57:38 -03:00

8 lines
72 B
Makefile

BINARY_NAME = fsldap
build:
go build -v
run: build
./$(BINARY_NAME)