From 1bc06f0f15097a7a589de2ba53be2d9da5e5af4b Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Thu, 7 Mar 2013 20:20:56 -0800 Subject: [PATCH] fix test-minify target in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 76ff691..cd6c03a 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,6 @@ test: node test_format.js test-minified: - node test_format.js format-min.js + node test_format.js ./format-min.js .PHONY: test test-minified