build: remove all from install target

pull/143/head
TorchedSammy 2022-04-14 10:11:20 -04:00
parent 59e81d3996
commit c4438579f6
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 1 deletions

View File

@ -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)"