File "makefile.js"

Full Path: /home/krishnamexports/public_html/panel/vendors/ace-builds/src-min/snippets/makefile.js
File size: 539 bytes
MIME-type: text/plain; charset=us-ascii
Charset: utf-8

define("ace/snippets/makefile",["require","exports","module"],function(e,t,n){"use strict";t.snippetText="snippet ifeq\n	ifeq (${1:cond0},${2:cond1})\n		${3:code}\n	endif\n",t.scope="makefile"});
                (function() {
                    window.require(["ace/snippets/makefile"], function(m) {
                        if (typeof module == "object" && typeof exports == "object" && module) {
                            module.exports = m;
                        }
                    });
                })();