diff options
Diffstat (limited to 'src/Make.pkg')
-rw-r--r-- | src/Make.pkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Make.pkg b/src/Make.pkg index 86a2e9fd0..fc80cf6e6 100644 --- a/src/Make.pkg +++ b/src/Make.pkg @@ -59,7 +59,7 @@ coverage: gotest 6cov -g $(shell pwd) $O.out | grep -v '_test\.go:' -CLEANFILES+=*.so _obj _test _testmain.go *.exe _cgo* *.cgo[12].* test.out build.out +CLEANFILES+=*.so _obj _test _testmain.go *.exe _cgo* test.out build.out test: gotest |