From: sparky4 Date: Tue, 25 Aug 2015 20:36:54 +0000 (-0500) Subject: wwwww ok! X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=f6075690dc98ce2978f9e8757924ac32af82a85f;p=16.git wwwww ok! modified: bcexmm.prj new file: git_con.fig modified: makefile --- diff --git a/bcexmm.prj b/bcexmm.prj index f6ebdedd..7d7c7b61 100755 Binary files a/bcexmm.prj and b/bcexmm.prj differ diff --git a/git_con.fig b/git_con.fig new file mode 100755 index 00000000..1712ab98 --- /dev/null +++ b/git_con.fig @@ -0,0 +1,20 @@ +[core] + repositoryformatversion = 0 + filemode = true + bare = false + logallrefupdates = true +[remote "x4"] + url = ssh://sparky4@4ch.mooo.com:26/var/www/16/16.git + fetch = +refs/heads/*:refs/remotes/origin/* +[branch "master"] + remote = origin + merge = refs/heads/master +[remote "origin"] + url = git@github.com:sparky4/16.git + fetch = +refs/heads/*:refs/remotes/origin/* +[remote "sf"] + url = ssh://sparky4q@git.code.sf.net/p/project16/code + fetch = +refs/heads/*:refs/remotes/sf/* +[remote "jp"] + url = ssh://sparky4@git.pf.osdn.jp:/gitroot/s/sp/sparky4/project16.git + fetch = +refs/heads/*:refs/remotes/jp/* diff --git a/makefile b/makefile index c3a9c6ee..dc7c2969 100755 --- a/makefile +++ b/makefile @@ -304,6 +304,7 @@ clean: .symbolic # @$(REMOVECOMMAND) *.smp @$(REMOVECOMMAND) *.SMP @$(REMOVECOMMAND) *.hed + @$(COPYCOMMAND) .git/config git_con.fig # @$(COPYCOMMAND) $(SRC)exmmtest.c $(EXMMTESTDIR)$(SRC) # @$(COPYCOMMAND) $(SRCLIB)16_mm.* $(EXMMTESTDIR)$(SRCLIB) # @$(COPYCOMMAND) $(SRCLIB)16_head.* $(EXMMTESTDIR)$(SRCLIB)