From: hyc Date: Wed, 30 Jun 2010 19:57:38 +0000 (+0000) Subject: Also delete shared libs on clean X-Git-Tag: v2.4~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a9fc25b7c3d0e908e65dd892a3a0a6d051a66b9;p=rtmpdump Also delete shared libs on clean git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@530 400ebc74-4327-4243-bc38-086b20814532 --- diff --git a/librtmp/Makefile b/librtmp/Makefile index 5cb5a4c..4300474 100644 --- a/librtmp/Makefile +++ b/librtmp/Makefile @@ -54,7 +54,7 @@ OBJS=rtmp.o log.o amf.o hashswf.o parseurl.o all: librtmp.a $(SO_LIB) clean: - rm -f *.o *.a + rm -f *.o *.a *.so *.$(SO_EXT) librtmp.a: $(OBJS) $(AR) rs $@ $?