From b836a4e75dc89e9779242e364e868071a4893129 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Sun, 23 Nov 2025 18:01:14 +0100 Subject: [PATCH] add dist to clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index efa6fd1..96b8e05 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ install: all sudo ninja -C install clean: - rm -rf build dbtool*core* dbtool.1 test.db + rm -rf build dbtool*core* dbtool.1 test.db clean test: @.woodpecker/test.sh