X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=git.mk;fp=git.mk;h=0000000000000000000000000000000000000000;hb=ba2e78797c9d97fcaad81035f69add14d9b68864;hp=4065935c04400557ef92b0743ca2b4f05393432b;hpb=c3a4054b66143a509d70ec85da1745538c059f28;p=exopen-mode.git diff --git a/git.mk b/git.mk deleted file mode 100644 index 4065935..0000000 --- a/git.mk +++ /dev/null @@ -1,14 +0,0 @@ -GIT := git - -REPO := www.j8takagi.net:/home/git - -.PHONY: gitorigin gitpush gitorigin-clean - -gitpush: - $(GIT) push --set-upstream origin master - -gitorigin: - $(GIT) remote add origin $(REPO)/$(notdir $(CURDIR)).git - -gitorigin-clean: - $(GIT) remote remove origin