create check target
This commit is contained in:
parent
12644b80da
commit
452970261e
7
Makefile
7
Makefile
@ -5,6 +5,13 @@ help: ## Print the help message
|
|||||||
sort | \
|
sort | \
|
||||||
column -s ':' -t
|
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 ##########
|
########## Network Map ##########
|
||||||
|
|
||||||
graph_cmd = graph-easy --boxart
|
graph_cmd = graph-easy --boxart
|
||||||
|
Loading…
x
Reference in New Issue
Block a user