diff --git a/Makefile b/Makefile index 3b2e38e499f..b906e3b09f6 100644 --- a/Makefile +++ b/Makefile @@ -8,4 +8,7 @@ disable-sandbox: cd ~/.IdeaIC11/system/ && mv plugins-sandbox plugins-sandbox.tmp enable-sandbox: - cd ~/.IdeaIC11/system/ && rm -rf plugins-sandbox && mv plugins-sandbox.tmp ./plugins-sandbox \ No newline at end of file + cd ~/.IdeaIC11/system/ && rm -rf plugins-sandbox && mv plugins-sandbox.tmp ./plugins-sandbox + +release-patch: + cp ~/src/jet/.git/patches/master/j2k ~/src/jet-contrib/upstream-patches/ \ No newline at end of file