From a4d86693394ba9b181b5928c1c6e8c31c9bb2b64 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Mon, 30 Jun 2025 17:18:45 -0400 Subject: Implement compiled query execution --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 6126ea3..c778a21 100644 --- a/makefile +++ b/makefile @@ -7,7 +7,7 @@ INSTALL_PATH := ~/.local/bin all: $(BINS) atlas: $(SRC) - go build -o $@ ./cmd/atlas.go + go build -o $@ $(wildcard ./cmd/*.go) test: go test ./... -- cgit v1.2.3