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