git-vendor-name: composure
git-vendor-dir: vendor/github.com/erichs/composure
git-vendor-repository: https://github.com/erichs/composure
git-vendor-ref: 1.3.1
This commit is contained in:
buhl
2021-01-31 14:56:34 +01:00
10 changed files with 1282 additions and 0 deletions

10
vendor/github.com/erichs/composure/Makefile generated vendored Normal file
View File

@@ -0,0 +1,10 @@
TARGET = tests
all: $(TARGET)
tests:
cd test && make tests
clean::
rm -f test/*~ test/t/*~
rm -rf test/composure_test