From 7924c2635d0b84e6be72c603e1abe1d20eaa902c Mon Sep 17 00:00:00 2001 From: Gokul Swami Date: Thu, 25 Mar 2021 18:50:38 -0700 Subject: [PATCH] Removed build dep --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4353e8a..3370e3a 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ LIBDIR ?= $(PREFIX)/share/hilbish build: @go build -install: build +install: @install -v -d "$(DESTDIR)$(BINDIR)/" && install -m 0755 -v hilbish "$(DESTDIR)$(BINDIR)/hilbish" @mkdir -p "$(DESTDIR)$(LIBDIR)" @cp libs preload.lua .hilbishrc.lua "$(DESTDIR)$(LIBDIR)" -r