vieter/Makefile

8 lines
99 B
Makefile

.PHONY: run
run:
API_KEY=test REPO_DIR=data v watch run vieter
.PHONY: fmt
fmt:
v fmt -w vieter