2024-02-01 15:38:01 +05:30

6 lines
77 B
Makefile

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