2024-05-29 16:03:01 +08:00

6 lines
75 B
Makefile

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