From 3f467b297700833a0984014c638102ddb00f6361 Mon Sep 17 00:00:00 2001 From: "Christian T. Jacobs" Date: Sat, 24 Jun 2017 22:00:58 +0100 Subject: [PATCH] Clear out test files. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4444aaa..b83ec3a 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,6 @@ clean: @echo "*** Cleaning docs directory" cd docs; make clean; cd .. @echo "*** Cleaning pyqso directory" - rm -f ADIF.test_*.adi Cabrillo.test_*.log Printer.test_*.pdf Logbook.test_*.txt; cd pyqso; rm -f *.pyc ADIF.test_*.adi Cabrillo.test_*.log; cd .. + rm -f ADIF.test_*.adi Cabrillo.test_*.log Printer.test_*.pdf Logbook.test_*.db; cd pyqso; rm -f *.pyc ADIF.test_*.adi Cabrillo.test_*.log; cd .. @echo "*** Removing build directory" rm -rf build