mirror of
https://github.com/vbatts/go-mtree.git
synced 2025-07-30 10:00:28 +00:00
*: make Keyword and KeyVal pervasive
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
5d26726bb1
commit
4eec68be4b
18 changed files with 434 additions and 367 deletions
4
Makefile
4
Makefile
|
@ -3,10 +3,10 @@ BUILD := gomtree
|
|||
CWD := $(shell pwd)
|
||||
SOURCE_FILES := $(shell find . -type f -name "*.go")
|
||||
|
||||
default: validation build
|
||||
default: build validation
|
||||
|
||||
.PHONY: validation
|
||||
validation: test lint vet .cli.test
|
||||
validation: .test .lint .vet .cli.test
|
||||
|
||||
.PHONY: test
|
||||
test: .test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue