aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJan Mercl <0xjnml@gmail.com>2017-07-04 17:14:51 +0200
committerJan Mercl <0xjnml@gmail.com>2017-07-04 17:14:51 +0200
commit91382a842554c2225f993a39851dedba34f14cb8 (patch)
treecd21cfb93897a73e90385d260e6cc64149e5e139 /Makefile
parent2aa5e95243d7c8dca1acf8439d8a9da0225242cb (diff)
Fix Windows build.
modified: Makefile modified: all_test.go modified: internal/bin/bin_linux_386.go modified: internal/bin/bin_linux_amd64.go new file: z_linux_test.go
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 03a5c36..0bb8ac8 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ all: editor
clean:
go clean
- rm -f *~ *.test *.out test.db* tt4-test*.db*
+ rm -f *~ *.test *.out test.db* tt4-test*.db* test_sv.* testdb-*
cover:
t=$(shell tempfile) ; go test -coverprofile $$t && go tool cover -html $$t && unlink $$t