This repository has been archived on 2026-01-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
vieter/Makefile
Jef Roosens 1967f395f1
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Started logging stuff; added vweb source code
2022-01-09 17:44:47 +01:00

7 lines
115 B
Makefile

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