gpst: Remove rounding in that obsolete /^T .*/ format
[gpstools.git] / Makefile
blob81f07517dc91a9ba7b61bab241626091f10cbd73
1 # Makefile for gpstools
2 # File ID: 32685082-4ea4-11df-a951-90e6ba3022ac
4 all:
5 @echo Syntax: make test\|remotes
7 test:
8 cd tests; $(MAKE)
10 remotes:
11 git remote add Spread sunny@git.sunbase.org:/home/sunny/Git-spread/gpstools.git; true
12 git remote add bitbucket git@bitbucket.org:sunny256/gpstools.git
13 git remote add github git@github.com:sunny256/gpstools.git; true
14 git remote add gitorious git@gitorious.org:sunny256/gpstools.git; true
15 git remote add repoorcz ssh://sunny256@repo.or.cz/srv/git/gpstools.git; true
16 git remote add sunbase sunny@git.sunbase.org:/home/sunny/Git/gpstools; true