diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |