aboutsummaryrefslogtreecommitdiff
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 8a864e1..10b4834 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ all: editor
clean:
go clean
- rm -f *~ *.test *.out test.db testdb-* tt4-test*.db
+ rm -f *~ *.test *.out test.db testdb-* tt4-test*.db*
cover:
t=$(shell tempfile) ; go test -coverprofile $$t && go tool cover -html $$t && unlink $$t