From 481e652f27a8ccebf301ff73a65fa7f38bd204d5 Mon Sep 17 00:00:00 2001 From: Jan Mercl <0xjnml@gmail.com> Date: Mon, 3 Jul 2017 17:29:33 +0200 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2