aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b5643ed..5fa873a 100644
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,7 @@ $(libs.a): src/$(NAME).go src/version.go
$(existing.a):
- go tool compile -I . -o $@ -p $* $*/*.go
+ go tool compile -I . -o $@ -p $* `find $*/*.go | grep -v _test`
$(xmains.a):
go tool compile -I . -o $@ -p main $*/*.go