1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-21 22:30:22 +00:00

Mark phony targets as such.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26459 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-04-18 08:13:00 +00:00
parent 338b1e9eeb
commit bf2814fdf4

View File

@ -19,3 +19,5 @@ clean:
rm -f *.o *~ test rm -f *.o *~ test
distclean: clean distclean: clean
.PHONY: all install dep depend *clean