1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-20 05:42:19 +00:00

Make clean/distclean behave uniformly in all directories.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17490 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-01-27 00:18:52 +00:00
parent 89d549f984
commit 6325365976

View File

@ -30,7 +30,7 @@ $(LIBNAME): .depend $(OBJS)
all: $(LIBNAME)
clean:
rm -rf $(OBJS) *.o *~ *.bak main $(LIBNAME) .depend
rm -f *.o *.a *~
#dep: depend
#
@ -39,6 +39,7 @@ clean:
#
distclean: clean
rm -f .depend
dep: depend