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 12aff4ff9f
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
First attempt at writing PUT route
2022-01-09 10:36:02 +01:00

7 lines
99 B
Makefile

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