From 886db2898f98e689eb185cdc27b94a3afd9fe1ce Mon Sep 17 00:00:00 2001 From: Sergey Ignatov Date: Mon, 12 Dec 2011 19:11:19 +0400 Subject: [PATCH] Makefile updated --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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