6 lines
77 B
Makefile
Raw Normal View History

2024-02-01 15:38:01 +05:30
.PHONY: all build
build:
go build -o build/basic_light_client .
all: build