From 934e47643cd15cf215792962c388d755c6f9b90d Mon Sep 17 00:00:00 2001 From: Jay Adkisson Date: Wed, 4 Jan 2012 21:01:54 -0800 Subject: [PATCH] add back in the COMMONJS variable - the test task depends on it --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 9e778e3..3fe7ea4 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,8 @@ $(BUILD_DIR)/%.min.js: $(BUILD_DIR)/%.js $(UGLIFYJS) $< > $@ # special builds +COMMONJS = $(BUILD_DIR)/p.commonjs.js + $(BUILD_DIR)/p.%.js: $(SRC) $(SRC_DIR)/p.%.post.js cat $^ > $@