b4926cb67d
a still-littered "work" directory; rather, this should nuke the whole thing.)
7 lines
152 B
Bash
Executable file
7 lines
152 B
Bash
Executable file
#! /bin/sh
|
|
# $NetBSD: cleanup,v 1.7 2004/10/11 13:50:17 tv Exp $
|
|
|
|
wrkdir=${1:-work}
|
|
|
|
rm -f -r $wrkdir
|
|
rm -f Makefile.inc mk.conf.example */config.cache
|