fix Makefile.dryice options

This commit is contained in:
nightwing 2012-06-09 11:28:54 +04:00
commit b14749f9d1

View file

@ -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();