create check target

This commit is contained in:
Malin Freeborn 2025-03-22 14:23:13 +01:00
parent 12644b80da
commit 452970261e
Signed by: andonome
GPG Key ID: 52295D2377F4D70F

View File

@ -5,6 +5,13 @@ help: ## Print the help message
sort | \
column -s ':' -t
.PHONY: check
check: ## Check you have all dependencies
@command -v graph-easy >/dev/null || { echo "Install perl-graph-easy" && exit 1 ;}
@command -v recsel >/dev/null || { echo "Install recutils" && exit 1 ;}
@command -v lowdown >/dev/null || { echo "Install lowdown" && exit 1 ;}
@echo "All dependencies installed"
########## Network Map ##########
graph_cmd = graph-easy --boxart