From e6078b8f59dcfe67e6a92abe022a1e4bc7dfc06d Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 14 Jun 2010 11:24:55 +0000 Subject: 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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) -- cgit v1.2.3