aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJan Mercl <0xjnml@gmail.com>2017-07-03 17:29:33 +0200
committerJan Mercl <0xjnml@gmail.com>2017-07-03 17:29:33 +0200
commit481e652f27a8ccebf301ff73a65fa7f38bd204d5 (patch)
tree0706d572715234c38123ae7140dd2ca6cb3c6201 /Makefile
parent51c2f03f63483b0e3312cce063e6798f6b90f38f (diff)
Regenerate Linux using latest CCGO.
modified: Makefile modified: all_test.go modified: internal/bin/bin_linux_386.go modified: internal/bin/bin_linux_amd64.go modified: internal/mptest/mptest_linux_386.go modified: internal/mptest/mptest_linux_amd64.go modified: internal/threadtest4/threadtest4_linux_386.go modified: internal/threadtest4/threadtest4_linux_amd64.go
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