Fix make clean/veryclean

This commit is contained in:
Kurt Zeilenga 1999-03-02 20:00:55 +00:00
parent 246a738c00
commit e8605dc9f1

View File

@ -25,12 +25,8 @@ test-ldbm: FORCE
clean-local: FORCE
$(RM) test-db/[!C]* test-repl/[!C]* *core
$(RM) $(PROGRAMS)
$(RM) *.o
veryclean-local: FORCE
@-$(RM) data
$(RM) -r test-db test-repl
$(RM) $(PROGRAMS)
$(RM) *.o