.PHONY: all build build: go build -o build/basic_light_client . all: build