add dist to clean

This commit is contained in:
2025-11-23 18:01:14 +01:00
parent a4a3cd470f
commit b836a4e75d

View File

@@ -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