make rule to create any directory
This commit is contained in:
4
Makefile
4
Makefile
@@ -17,6 +17,10 @@ check: ## Check you have all dependencies
|
|||||||
@command -v lowdown >/dev/null || { echo "Install lowdown" && exit 1 ;}
|
@command -v lowdown >/dev/null || { echo "Install lowdown" && exit 1 ;}
|
||||||
@echo "All dependencies installed"
|
@echo "All dependencies installed"
|
||||||
|
|
||||||
|
%/:
|
||||||
|
mkdir $@
|
||||||
|
echo '*' > $@.gitignore
|
||||||
|
|
||||||
########## Network Map ##########
|
########## Network Map ##########
|
||||||
|
|
||||||
graph_program != type graph-easy > /dev/null && printf graph-easy || printf dot
|
graph_program != type graph-easy > /dev/null && printf graph-easy || printf dot
|
||||||
|
|||||||
Reference in New Issue
Block a user