Makefile added

This commit is contained in:
Sergey Ignatov
2011-11-08 13:12:07 +04:00
parent 4e8da83efa
commit 33f3350bb0
3 changed files with 11 additions and 6 deletions
+11
View File
@@ -0,0 +1,11 @@
move-tmp-to-kt:
rename -f s/.kt.tmp/.kt/ `find "testData" -name "*.kt.tmp"`
remove-tmp:
rm `find "testData" -name "*.kt.tmp"`
disable-sandbox:
cd ~/.IdeaIC11/system/ && mv plugins-sandbox plugins-sandbox.tmp
enable-sandbox:
cd ~/.IdeaIC11/system/ && mv plugins-sandbox.tmp ./plugins-sandbox
-3
View File
@@ -1,3 +0,0 @@
#!/bin/bash
rm `find "testData" -name "*.kt.tmp"`
-3
View File
@@ -1,3 +0,0 @@
#!/bin/bash
rename -f s/.kt.tmp/.kt/ `find "testData" -name "*.kt.tmp"`