From c3d812262761c140316f5501783f8302191e5053 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Mon, 9 Jun 2025 16:09:56 -0400 Subject: Add debug shell --- makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index d3ff994..4874d04 100644 --- a/makefile +++ b/makefile @@ -9,6 +9,8 @@ all: $(BINS) atlas: $(SRC) go build -o $@ ./cmd/atlas.go +query_shell: $(wildcard ./debug_shell//*.go) $(wildcard pkg/*/*.go) + go build -o $@ $(wildcard ./debug_shell/*.go) test: go test ./... -- cgit v1.2.3