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 65f113cdee
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Added Dockerfile & beginning of vweb server
2022-01-09 09:29:11 +01:00

7 lines
93 B
Makefile

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