diff options
author | Jan Mercl <0xjnml@gmail.com> | 2017-07-04 17:14:51 +0200 |
---|---|---|
committer | Jan Mercl <0xjnml@gmail.com> | 2017-07-04 17:14:51 +0200 |
commit | 91382a842554c2225f993a39851dedba34f14cb8 (patch) | |
tree | cd21cfb93897a73e90385d260e6cc64149e5e139 /Makefile | |
parent | 2aa5e95243d7c8dca1acf8439d8a9da0225242cb (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |