changeset 31336:10120676ffab

Add a command to the binary build rule. This allows running the 'tests' and 'tools' targets again.
author diego
date Mon, 14 Jun 2010 11:24:55 +0000
parents c9f185fdf201
children 3fd6746f539c
files Makefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Jun 14 11:16:30 2010 +0000
+++ b/Makefile	Mon Jun 14 11:24:55 2010 +0000
@@ -875,6 +875,7 @@
 	./$< `$(CC) -dumpversion`
 
 %$(EXESUF): %.c
+	$(CC) $(CFLAGS) -o $@ $^