From c4438579f609ca6ac5b18705d6ec38384974f975 Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Thu, 14 Apr 2022 10:11:20 -0400 Subject: [PATCH] build: remove all from install target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cea1178..660bc58 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ dev: build build: go build $(MY_GOFLAGS) -install: all +install: install -v -d "$(DESTDIR)$(BINDIR)/" && install -m 0755 -v hilbish "$(DESTDIR)$(BINDIR)/hilbish" mkdir -p "$(DESTDIR)$(LIBDIR)" cp -r libs docs emmyLuaDocs prelude .hilbishrc.lua "$(DESTDIR)$(LIBDIR)"