From: ewt Date: Sat, 21 Sep 1996 17:30:24 +0000 (+0000) Subject: clean up old shared libs X-Git-Tag: v0-9~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc628b80a37013bf160174ed11b17c6a16e4b522;p=thirdparty%2Fnewt.git clean up old shared libs --- diff --git a/Makefile b/Makefile index 195e94b..63bc65c 100644 --- 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