diff options
| author | Russ Cox <rsc@golang.org> | 2008-11-19 09:40:54 -0800 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2008-11-19 09:40:54 -0800 |
| commit | f1547e511b51b3f00e208fa80350c391bf6957d1 (patch) | |
| tree | bc3f19b52d3307ce5566e539708dce3361785f8c /src/lib/http | |
| parent | 9b8a6dc7da6e0ef2a3afe9094fcda4f645442702 (diff) | |
| download | go-f1547e511b51b3f00e208fa80350c391bf6957d1.tar.xz | |
leave 6.out around after gotest;
delete it in make clean.
R=r
DELTA=10 (0 added, 0 deleted, 10 changed)
OCL=19542
CL=19581
Diffstat (limited to 'src/lib/http')
| -rw-r--r-- | src/lib/http/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/http/Makefile b/src/lib/http/Makefile index 75ab68d7de..0827008f97 100644 --- a/src/lib/http/Makefile +++ b/src/lib/http/Makefile @@ -13,7 +13,7 @@ AR=$(O)ar default: packages clean: - rm -f *.$O *.a + rm -f *.$O *.a $O.out test: packages gotest |
