diff options
author | Russ Cox <rsc@golang.org> | 2008-09-19 11:55:46 -0700 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2008-09-19 11:55:46 -0700 |
commit | 369ee58f73dcb91c8ba073d127f1cef22a0ac8d8 (patch) | |
tree | 055340b3e873075cb614c76da1988dcb00a4bd63 /src/libbio | |
parent | 4b51a4f3a578e7650e38a02c34269e75b18ded5e (diff) | |
download | golang-369ee58f73dcb91c8ba073d127f1cef22a0ac8d8.tar.gz |
add gobuild.
use gobuild-generated Makefile for math and os.
other makefile tweaks.
move math/main.go to test/math.go
R=r
OCL=15529
CL=15537
Diffstat (limited to 'src/libbio')
-rw-r--r-- | src/libbio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libbio/Makefile b/src/libbio/Makefile index 02eaaa684..9123d03bd 100644 --- a/src/libbio/Makefile +++ b/src/libbio/Makefile @@ -61,3 +61,5 @@ y.tab.c: $(YFILES) clean: rm -f $(OFILES) *.6 6.out $(LIB) +nuke: clean + rm -f $(GOROOT)/lib/$(LIB) |