From 966a1162a56652b4d56ffe003af05161841fb192 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Thu, 1 May 2025 16:32:27 -0400 Subject: Implement json output --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index bdbab30..d3ff994 100644 --- a/makefile +++ b/makefile @@ -35,5 +35,5 @@ info: @echo "INSTALL_PATH: $(INSTALL_PATH)" clean: - rm -f $(BINS) + rm -f $(BINS) *.db *.db-shm *.db-wal go mod tidy -- cgit v1.2.3