Mark phony targets as such.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22655 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-17 00:19:41 +00:00
parent 1b9a018435
commit 43bbdc32bd
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,6 @@ include $(MPROOT)/config.mak
CFLAGS = $(OPTFLAGS) -I$(MPROOT) -I$(MPROOT)/loader
# .PHONY: all clean
all: netstream
# FIXME: linking is a mess that should be fixed properly some day
@ -36,3 +34,5 @@ netstream: $(MPROOT)/libmpdemux/libmpdemux.a $(MPROOT)/stream/stream.a netstream
clean:
rm -f *.o *.a *~
.PHONY: all clean