tests/Makefile: Show the output for all tests, don't use Genlog
[gpstools.git] / Makefile
blobc5f10f65613a2d768721e0539f8a012d8cf524e1
1 # Makefile for gpstools
2 # File ID: 32685082-4ea4-11df-a951-90e6ba3022ac
4 .PHONY: default
5 default:
6 cd doc && $(MAKE)
8 .PHONY: clean
9 clean:
10 cd doc && $(MAKE) clean
11 cd tests && $(MAKE) clean
13 .PHONY: test
14 test:
15 cd tests && $(MAKE) test
16 cd doc && $(MAKE) test
18 .PHONY: remotes
19 remotes:
20 git remote add Spread sunny@git.sunbase.org:/home/sunny/Git-spread/gpstools.git; true
21 git remote add bitbucket git@bitbucket.org:sunny256/gpstools.git; true
22 git remote add github git@github.com:sunny256/gpstools.git; true
23 git remote add gitlab git@gitlab.com:sunny256/gpstools.git; true
24 git remote add repoorcz ssh://sunny256@repo.or.cz/srv/git/gpstools.git; true
25 git remote add sunbase sunny@git.sunbase.org:/home/sunny/Git/gpstools; true