forked from vieter-v/vieter
7 lines
115 B
Makefile
7 lines
115 B
Makefile
.PHONY: run
|
|
run:
|
|
API_KEY=test REPO_DIR=data LOG_LEVEL=DEBUG v watch run vieter
|
|
|
|
.PHONY: fmt
|
|
fmt:
|
|
v fmt -w vieter
|