From 703d0d01e8d4cea17a031097d80d7298236615ef Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Sat, 22 Mar 2025 14:23:13 +0100 Subject: [PATCH] create check target --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index d673a17..e191812 100644 --- a/Makefile +++ b/Makefile @@ -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