]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
clean up old shared libs
authorewt <ewt>
Sat, 21 Sep 1996 17:30:24 +0000 (17:30 +0000)
committerewt <ewt>
Sat, 21 Sep 1996 17:30:24 +0000 (17:30 +0000)
Makefile

index 195e94b2a162793cfe5619f594301bc547f9a6c3..63bc65c2174844a8c5c56c60eb0804b84268ee94 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ veryclean: clean
 
 clean:
        rm -f $(PROGS) $(OBJS) $(LIBOBJS) $(LIBNEWT) core $(LIBNEWTSH)  \
-               $(SHAREDOBJS)
+               $(SHAREDOBJS) *.so*
 
 depend:
        $(CPP) $(CFLAGS) -M $(SOURCES) > .depend