]> Cypherpunks repositories - gostls13.git/commitdiff
add nuke
authorRuss Cox <rsc@golang.org>
Mon, 20 Oct 2008 22:21:52 +0000 (15:21 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 20 Oct 2008 22:21:52 +0000 (15:21 -0700)
R=r
DELTA=3  (3 added, 0 deleted, 0 changed)
OCL=17497
CL=17500

src/lib/regexp/Makefile

index 86c1680f3e63c98b25954bcddbe4cc21cecbb798..45ee7d44181ce9ab54cc0b252f0f1629be49b937 100644 (file)
@@ -22,5 +22,8 @@ main.$A: regexp.$A
 clean:
        rm -f *.6 test
 
+nuke: clean
+       rm -f $(PKG)
+
 %.6:   %.go
        $G $<