summaryrefslogtreecommitdiff
path: root/db1-ast/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'db1-ast/Makefile')
-rw-r--r--db1-ast/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/db1-ast/Makefile b/db1-ast/Makefile
index 0aa9fdb02..d36b592f9 100644
--- a/db1-ast/Makefile
+++ b/db1-ast/Makefile
@@ -42,6 +42,8 @@ $(LIBDBSO): $(SHOBJS)
$(PROG): db_dump185.o $(LIBDBSO)
$(CC) -o $@ db_dump185.o -L. -ldb
+clean-depend:
+
clean:
rm -f $(LIBDB) $(LIBDBSO) $(OBJS) $(SHOBJS)