diff options
author | Jan Mercl <0xjnml@gmail.com> | 2017-07-03 17:29:33 +0200 |
---|---|---|
committer | Jan Mercl <0xjnml@gmail.com> | 2017-07-03 17:29:33 +0200 |
commit | 481e652f27a8ccebf301ff73a65fa7f38bd204d5 (patch) | |
tree | 0706d572715234c38123ae7140dd2ca6cb3c6201 /Makefile | |
parent | 51c2f03f63483b0e3312cce063e6798f6b90f38f (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |