diff options
Diffstat (limited to 'src/pkg/math/Makefile')
| -rw-r--r-- | src/pkg/math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pkg/math/Makefile b/src/pkg/math/Makefile index bf8d99a608..74072503cf 100644 --- a/src/pkg/math/Makefile +++ b/src/pkg/math/Makefile @@ -16,6 +16,7 @@ ALLGOFILES=\ asin.go\ atan.go\ atan2.go\ + bits.go\ const.go\ exp.go\ fabs.go\ @@ -25,12 +26,12 @@ ALLGOFILES=\ log.go\ pow.go\ pow10.go\ - runtime.go\ sin.go\ sinh.go\ sqrt.go\ tan.go\ tanh.go\ + unsafe.go\ NOGOFILES=\ $(subst _$(GOARCH).$O,.go,$(OFILES_$(GOARCH))) |
