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 5edbaf9b4b
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Started own mod of vweb library; first version of PUT request
2022-01-09 21:45:48 +01:00

11 lines
194 B
Makefile

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