0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

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

View File

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