Removed white space.
This commit is contained in:
parent
167517757c
commit
4ad30a7e8b
1
makefile
1
makefile
|
@ -1,5 +1,4 @@
|
||||||
SRC_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
SRC_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||||
|
|
||||||
cmd_exist = $(shell (command -v $(1) 1>&2 >/dev/null && echo true || echo false) )
|
cmd_exist = $(shell (command -v $(1) 1>&2 >/dev/null && echo true || echo false) )
|
||||||
|
|
||||||
install: | init update
|
install: | init update
|
||||||
|
|
Loading…
Reference in New Issue
Block a user