tests: move .cache to build, rename test/_utils.vim

This commit is contained in:
Daniel Hahler
2018-04-18 09:37:17 +02:00
committed by Dave Halter
parent 1c3078e9f9
commit 7894b38c0c
5 changed files with 5 additions and 5 deletions

View File

@@ -11,6 +11,6 @@ check: build/vint
build/vint/bin/vint $(LINT_FILES)
clean:
rm -rf .cache build
rm -rf build
.PHONY: test check clean