summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-06-14 11:24:55 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:07:42 +0200
commite6078b8f59dcfe67e6a92abe022a1e4bc7dfc06d (patch)
tree387ab946d3c321e651979f5a5107e937428a0522 /Makefile
parent486df78faf8d66b5a19721ff3e8a010dd1d0a459 (diff)
downloadmpv-e6078b8f59dcfe67e6a92abe022a1e4bc7dfc06d.tar.bz2
mpv-e6078b8f59dcfe67e6a92abe022a1e4bc7dfc06d.tar.xz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1b039b09a3..05f6e7786b 100644
--- a/Makefile
+++ b/Makefile
@@ -785,6 +785,7 @@ version.h: version.sh
./$< `$(CC) -dumpversion`
%$(EXESUF): %.c
+ $(CC) $(CFLAGS) -o $@ $^
locales: $(MOFILES)