This repository has been archived on 2026-01-06. You can view files and clone it, but cannot push or open issues/pull-requests.
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