diff --git a/makefile b/makefile index 1018bb7..3bb4236 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,4 @@ SRC_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) - cmd_exist = $(shell (command -v $(1) 1>&2 >/dev/null && echo true || echo false) ) install: | init update