tests/Makefile: all: Add './Genlog *.t'
[gpstools.git] / Makefile
blobbef6370c22797e8e4124da1a09654754e3ff8787
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; true
13 git remote add github git@github.com:sunny256/gpstools.git; true
14 git remote add gitlab git@gitlab.com: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