dtas.git  about / heads / tags
duct tape audio suite for *nix
blob 5b7cf68eb4c93172bcdbf4efb95a2cdbe31e4ccf 277 bytes (raw)
$ git show v0.2.0:GNUmakefile	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors
# License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
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