# HG changeset patch # User diego # Date 1102597881 0 # Node ID 40ac42c6dd6d7b2a63ed170797668207e3fc1b0b # Parent b38aab8dd46464307cf3b8923a03262e91b0eada make clean should also clean the native subdirectory. diff -r b38aab8dd464 -r 40ac42c6dd6d libmpcodecs/Makefile --- a/libmpcodecs/Makefile Wed Dec 08 12:52:09 2004 +0000 +++ b/libmpcodecs/Makefile Thu Dec 09 13:11:21 2004 +0000 @@ -71,6 +71,7 @@ clean: rm -f *.o *.a *~ + rm -f native/*.o native/*.a native/*~ distclean: rm -f Makefile.bak $(OBJS) $(OBJS2) $(LIBNAME) $(LIBNAME2) *~ .depend