remove .lo and .core on "make clean"

This commit is contained in:
Kurt Zeilenga 1999-07-31 01:11:33 +00:00
parent 07b734035d
commit 3f566efb94

View File

@ -9,7 +9,7 @@
all-common: $(PROGRAMS) FORCE
clean-common: FORCE
$(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o a.out core .libs/*
$(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o *.lo a.out core *.core .libs/*
depend-common: FORCE
$(MKDEP) $(DEFS) $(DEFINES) $(SRCS)