about summary refs log tree commit homepage
path: root/GNUmakefile
blob: 10399b4ec205fd21c63a919c4599c8ae8651cd45 (plain)
1
2
3
4
5
6
7
8
9
all::
include pkg.mk

check: test
coverage: export COVERAGE=1
coverage:
	> coverage.dump
	$(MAKE) check
	$(RUBY) ./test/covshow.rb