aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2025-06-13 12:35:37 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2025-06-13 12:35:37 -0400
commitf85cfb2055551926ed4aeaa0550330d3e4da7569 (patch)
tree8ac67405b961c3609ab6fbd9488c826ab81b3e97 /makefile
parentbf841d00967c3047bff88dbe070cb56319e1fe38 (diff)
Move debug shell into main binary as a command
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 0 insertions, 3 deletions
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 ./...