1
mirror of https://github.com/mpv-player/mpv synced 2024-11-11 00:15:33 +01:00

clean and distclean rules do the same thing.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26549 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-04-26 16:58:15 +00:00
parent 3f94c61854
commit 67d6784626

View File

@ -15,9 +15,7 @@ install: dhahelper.o
dep depend:
clean:
clean distclean:
rm -f *.o *~ test
distclean: clean
.PHONY: all install dep depend *clean