From 415c42cefdf66527a254023aa542e60675ccae83 Mon Sep 17 00:00:00 2001 From: Settel Date: Wed, 17 May 2023 22:55:30 +0300 Subject: [PATCH] feat: check for more dependencies during preflight check --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1887f10..9e408e2 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ info: setup: @echo "I checking for tools" - @for binary in go tmux node yarn npx podman; do \ + @for binary in go go-bindata tmux node yarn npx podman pexec inotifyloop inotifywait; do \ echo -n " $$binary: " ; \ if ! which "$$binary"; then \ echo "not found" ;\