git-subtree-dir: vendor/github.com/erichs/composure git-subtree-split: 5c3698df33cf92f9dbe75b807b1d29729989baaa
11 lines
124 B
Makefile
11 lines
124 B
Makefile
|
|
TARGET = tests
|
|
all: $(TARGET)
|
|
|
|
tests:
|
|
cd test && make tests
|
|
|
|
clean::
|
|
rm -f test/*~ test/t/*~
|
|
rm -rf test/composure_test
|