1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-30 07:18:17 +00:00

Mark phony targets as such.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22540 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-12 23:26:02 +00:00
parent 74c95fdffb
commit 40f53feeec

View File

@ -27,3 +27,5 @@ dep depend:
$(CC) -MM $(CFLAGS) $(SRCS) $(SRCS2) 1>.depend
-include .depend
.PHONY: all clean distclean dep depend