aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2025-05-01 16:32:27 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2025-05-02 17:15:25 -0400
commit966a1162a56652b4d56ffe003af05161841fb192 (patch)
treefe7facfaf5a1c75cbbd124077439500ab5988fd9 /makefile
parent35ec0f5afb9800b25bd813bccc57a16bc9f837c4 (diff)
Implement json output
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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