create check target
This commit is contained in:
parent
53b4d0e041
commit
703d0d01e8
7
Makefile
7
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user