aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
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