Ruby io_splice 4.4.2 - URL + doc updates
[ruby_io_splice.git] / GNUmakefile
blob7fd1af632e40402ba9573c286eab5235cd8202cb
1 all::
2 RCOV = rcov
3 RSYNC_DEST := yhbt.net:/srv/yhbt/ruby_io_splice
4 rfpackage := io_splice
5 include pkg.mk
6 rcov: build
7 $(RCOV) -I lib:ext/io_splice $(test_unit)
8 .PHONY: rcov