X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=Makefile;fp=Makefile;h=73f0bf95b30eabb27b06d307f997aedb9dfadb44;hb=3a4e8104cf076bbbfb5219424f08629a295c4ccd;hp=74438a431430a3ec6f08a2f0043eab1bcc366b4d;hpb=f89424cffcb881206feeb0506705c470d4a73092;p=myslice.git diff --git a/Makefile b/Makefile index 74438a43..73f0bf95 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,10 @@ THIRD-PARTY-RESOURCES += $(shell ls third-party/smartwizard-1636c86/styles/smart THIRD-PARTY-RESOURCES += $(shell ls third-party/jquery-notify/jquery.notify.js) THIRD-PARTY-RESOURCES += $(shell ls third-party/jquery-notify/jquery.notify.min.js) THIRD-PARTY-RESOURCES += $(shell ls third-party/jquery-notify/ui.notify.css) - +# CodeMirror +THIRD-PARTY-RESOURCES += $(shell ls third-party/codemirror-3.15/lib/codemirror.js) +THIRD-PARTY-RESOURCES += $(shell ls third-party/codemirror-3.15/lib/codemirror.css) +THIRD-PARTY-RESOURCES += $(shell ls third-party/codemirror-3.15/mode/sql/sql.js) thirdparty-js: @find $(THIRD-PARTY-RESOURCES) -name '*.js'