From b14749f9d1ea1fdb9179712175b616b77db96b4e Mon Sep 17 00:00:00 2001 From: nightwing Date: Sat, 9 Jun 2012 11:28:54 +0400 Subject: [PATCH] fix Makefile.dryice options --- Makefile.dryice.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.dryice.js b/Makefile.dryice.js index 547c5b1a..3b53a2db 100755 --- a/Makefile.dryice.js +++ b/Makefile.dryice.js @@ -62,8 +62,8 @@ function main(args) { if (type == "minimal") { buildAce({ - compress: args.indexOf("-m") != -1, - noconflict: args.indexOf("-nc") != -1 + compress: args.indexOf("--m") != -1, + noconflict: args.indexOf("--nc") != -1 }); } else if (type == "normal") { ace();