Makefile: Add a command to the binary build rule.

This allows running the 'tests' and 'tools' targets again.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31402 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-06-14 11:24:55 +00:00 committed by Uoti Urpala
parent 486df78faf
commit e6078b8f59
1 changed files with 1 additions and 0 deletions

View File

@ -785,6 +785,7 @@ version.h: version.sh
./$< `$(CC) -dumpversion`
%$(EXESUF): %.c
$(CC) $(CFLAGS) -o $@ $^
locales: $(MOFILES)