vieter/Makefile

8 lines
99 B
Makefile
Raw Normal View History

.PHONY: run
run:
2022-01-09 09:36:02 +00:00
API_KEY=test REPO_DIR=data v watch run vieter
.PHONY: fmt
fmt:
v fmt -w vieter