From f85cfb2055551926ed4aeaa0550330d3e4da7569 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Fri, 13 Jun 2025 12:35:37 -0400 Subject: Move debug shell into main binary as a command --- makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 4874d04..6126ea3 100644 --- a/makefile +++ b/makefile @@ -9,9 +9,6 @@ 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