Mercurial > mplayer.hg
comparison Makefile @ 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 | 51e187da29dd |
comparison
equal
deleted
inserted
replaced
31335:c9f185fdf201 | 31336:10120676ffab |
---|---|
873 endif | 873 endif |
874 version.h: version.sh | 874 version.h: version.sh |
875 ./$< `$(CC) -dumpversion` | 875 ./$< `$(CC) -dumpversion` |
876 | 876 |
877 %$(EXESUF): %.c | 877 %$(EXESUF): %.c |
878 $(CC) $(CFLAGS) -o $@ $^ | |
878 | 879 |
879 | 880 |
880 | 881 |
881 ###### dependency declarations / specific CFLAGS ###### | 882 ###### dependency declarations / specific CFLAGS ###### |
882 | 883 |