From 53d5b13e313b18ee55e6d241206a945bc830464b Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 22 Sep 1999 16:51:32 +0000 Subject: fix make clean! --- isys/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isys') diff --git a/isys/Makefile b/isys/Makefile index c90f523b7..8f5dcb808 100644 --- a/isys/Makefile +++ b/isys/Makefile @@ -15,7 +15,7 @@ _isys.so: isys.o $(OBJECTS) $(STATICLIBS) libisys.a: libisys.a($(OBJECTS) $(STATICOBJS)) clean: - rm -f *.o $(TARGET) $(OBJECTS) + rm -f *.o *.so *.a $(TARGET) $(OBJECTS) for d in $(SUBDIRS); do make TOPDIR=../$(TOPDIR) -C $$d clean; done install: all -- cgit