Files
tmux-themepack/Makefile

10 lines
110 B
Makefile

default: test
.PHONY: lint
lint:
cd test && golangci-lint run -v
.PHONY: test
test:
cd test && go test -v