From 29589bfa67c82bacb9545d6ca76402ee8a50f98f Mon Sep 17 00:00:00 2001 From: Simon Dittlmann Date: Mon, 4 Jun 2012 09:39:01 +0200 Subject: [PATCH] Added colors.js to rhino target in Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 32d7cc04..a5215035 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,7 @@ rhino: build/ecma-5.js\ ${SRC}/parser.js\ ${SRC}/functions.js\ + ${SRC}/colors.js\ ${SRC}/tree/*.js\ ${SRC}/tree.js\ ${SRC}/rhino.js > ${RHINO}