OSDN Git Service

Add Tools/Makefile
authorTakuo Yasunaga <yasunaga@bio.kyutech.ac.jp>
Sun, 16 Sep 2012 07:21:13 +0000 (16:21 +0900)
committerTakuo Yasunaga <yasunaga@bio.kyutech.ac.jp>
Sun, 16 Sep 2012 07:21:13 +0000 (16:21 +0900)
Makefile
src/Tools/Makefile [changed from symlink to file mode: 0755]
src/Tools/mrcImage/Makefile

index 98646be..259173a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,9 +22,13 @@ git-backup::
 
 git-push::
        #git push $${EOS_GIT_USER}@$(EOS_GIT_REPOSITRY) master
-       git push $${EOS_GIT_USER}@$(EOS_GIT_REPOSITRY)
+       git push origin master 
 
 git-pull::
        #git pull $${EOS_GIT_USER}@$(EOS_GIT_REPOSITRY) master 
-       git pull $${EOS_GIT_USER}@$(EOS_GIT_REPOSITRY) 
+       git pull origin master
+
+
+git-init::
+       git remote add origin $${EOS_GIT_USER}@$(EOS_GIT_REPOSITRY)
 
deleted file mode 120000 (symlink)
index 4d5f4f4c5313e6893993bc2df5ea53a157411cf9..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1 +0,0 @@
-/home/people/tacyas/Eos/src/Config/Template/ToolsHomeTemplate.Dir/Makefile
\ No newline at end of file
new file mode 100755 (executable)
index 0000000000000000000000000000000000000000..ad841104b1b4aa83ce554496adb2d2476544f988
--- /dev/null
@@ -0,0 +1,5 @@
+include ../Config/Define.inc
+include Config/Define.inc
+include .Source
+
+include Config/Target.inc
index a4165b3..1ea01f8 120000 (symlink)
@@ -1 +1 @@
-/home/people/tacyas/Eos/src/Config/Template/ToolsClassTemplate.Dir/Makefile
\ No newline at end of file
+/Applications/Eos.app/Eos/src/Config/Template/ToolsClassTemplate.Dir/Makefile
\ No newline at end of file