aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIavael <iavaelooeyt@gmail.com>2014-01-23 21:19:56 +0400
committerIavael <iavaelooeyt@gmail.com>2014-01-23 21:40:08 +0400
commitfad8e13ccd567512e36a4441688e62c0aa63407e (patch)
tree50a5ba7b35452b589c6f38e8daa192a203cc1a2d /Makefile
parent32a4962593d6a2006cdd725480124717e7f5377d (diff)
downloadtinycc-fad8e13ccd567512e36a4441688e62c0aa63407e.tar.gz
tinycc-fad8e13ccd567512e36a4441688e62c0aa63407e.tar.bz2
Ordinary and implicit rules cannot be mixed in the same string in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 39f10ba..d116f07 100644
--- a/Makefile
+++ b/Makefile
@@ -346,7 +346,7 @@ tcc-doc.info: tcc-doc.texi
# in tests subdir
export LIBTCC1
-test test% %test :
+%est:
$(MAKE) -C tests $@ 'PROGS_CROSS=$(PROGS_CROSS)'
clean: