dtas.git  about / heads / tags
duct tape audio suite for *nix
blob 10399b4ec205fd21c63a919c4599c8ae8651cd45 131 bytes (raw)
$ git show v0.1.I:GNUmakefile	# shows this blob on the CLI

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

git clone git://80x24.org/dtas.git
git clone https://80x24.org/dtas.git