vieter/Makefile

8 lines
93 B
Makefile
Raw Normal View History

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