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" ;\ diff --git a/server/Makefile b/server/Makefile index e1cab5e..890dbca 100644 --- a/server/Makefile +++ b/server/Makefile @@ -7,6 +7,7 @@ setup: build: -mkdir -p ../client/.output/public/ + -mkdir data/ $(MAKE) generate cd src/ && CGO_ENABLED=0 go build -o ../knowyt knowyt.go