Remove branches/gpst-breakfix/, it has its own branch now.
[gpstools.git] / Makefile
blob23202b14e44ec673f6e1baefaf8a0c9eaa0c0bcf
1 # Makefile for gpstools
2 # File ID: 32685082-4ea4-11df-a951-90e6ba3022ac
4 all:
5 @echo Syntax: make test\|remotes\|pushall
7 test:
8 cd tests; $(MAKE)
10 remotes:
11 git remote add github git@github.com:sunny256/gpstools.git; true
12 git remote add gitorious git@gitorious.org:sunny256/gpstools.git; true
13 git remote add repoorcz ssh://sunny256@repo.or.cz/srv/git/gpstools.git; true
14 git remote add sunbase sunny@git.sunbase.org:/home/sunny/Git/gpstools; true
16 pushall:
17 git push --all sunbase; true
18 git push --tags sunbase; true
19 git push github; true
20 git push gitorious; true
21 git push repoorcz; true