diff options
author | olh@suse.de <olh@suse.de> | 2004-03-12 23:52:21 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:35:10 -0700 |
commit | 2761f9b951057c3ed0aaac73f5e003b0d23805f9 (patch) | |
tree | 1966ae1b9c5097dc10f32efa300fb0c3962b044c /tdb/Makefile | |
parent | b1224bc0da0328c44ed8816bb0cf28e7343bab86 (diff) |
[PATCH] make spotless
klibc has a target make spotless, this patch makes it possible to clean
the whole udev tree and start from scratch.
Diffstat (limited to 'tdb/Makefile')
-rw-r--r-- | tdb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tdb/Makefile b/tdb/Makefile index 021cb35c95..87fb680bdd 100644 --- a/tdb/Makefile +++ b/tdb/Makefile @@ -28,3 +28,5 @@ tdbbackup: tdbbackup.o $(TDB_OBJ) clean: rm -f $(PROGS) *.o *~ *% core test.db test.tdb test.gdbm + +spotless: clean |