summaryrefslogtreecommitdiff
path: root/src/libbio
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2008-09-19 11:55:46 -0700
committerRuss Cox <rsc@golang.org>2008-09-19 11:55:46 -0700
commite24a129c947cde976e3402c907f6378721b733b4 (patch)
tree055340b3e873075cb614c76da1988dcb00a4bd63 /src/libbio
parentf3765832701928775c2bb39d5925457dc1a74ac5 (diff)
downloadgo-e24a129c947cde976e3402c907f6378721b733b4.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/Makefile2
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)