diff options
Diffstat (limited to 'tdb')
-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 |