7 lines
158 B
Bash
Executable file
7 lines
158 B
Bash
Executable file
#! /bin/sh
|
|
# $NetBSD: cleanup,v 1.8 2005/05/15 10:55:06 rillig Exp $
|
|
|
|
wrkdir=${1:-work}
|
|
|
|
rm -f -r "$wrkdir"
|
|
rm -f Makefile.inc mk.conf.example */config.cache
|