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