vieter/Makefile

8 lines
99 B
Makefile
Raw Normal View History

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