1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 20:32:13 +00: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: dep depend:
clean: clean distclean:
rm -f *.o *~ test rm -f *.o *~ test
distclean: clean
.PHONY: all install dep depend *clean .PHONY: all install dep depend *clean