1 # Makefile for gpstools
2 # File ID: 32685082-4ea4-11df-a951-90e6ba3022ac
5 @echo Syntax
: make
test\|remotes\|pushall
11 cd tests
; $(MAKE
) clean
14 git remote add github git@github.com
:sunny256
/gpstools.git
; true
15 git remote add gitorious git@gitorious.org
:sunny256
/gpstools.git
; true
16 git remote add repoorcz ssh
://sunny256@repo.or.cz
/srv
/git
/gpstools.git
; true
17 git remote add sunbase sunny@git.sunbase.org
:/home
/sunny
/Git
/gpstools
; true
20 git push
--all sunbase
; true
21 git push
--tags sunbase
; true
23 git push gitorious
; true
24 git push repoorcz
; true