From 8eb5a6710d8e27b293c03a35e25d1e7bfce98f59 Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Sun, 6 Mar 2022 15:12:10 -0400 Subject: [PATCH] build: update makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 658595c..5df094c 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ dev: install: @install -v -d "$(DESTDIR)$(BINDIR)/" && install -m 0755 -v hilbish "$(DESTDIR)$(BINDIR)/hilbish" @mkdir -p "$(DESTDIR)$(LIBDIR)" - @cp libs docs preload.lua .hilbishrc.lua "$(DESTDIR)$(LIBDIR)" -r + @cp libs docs emmyLuaDocs prelude .hilbishrc.lua "$(DESTDIR)$(LIBDIR)" -r @grep "$(DESTDIR)$(BINDIR)/hilbish" -qxF /etc/shells || echo "$(DESTDIR)$(BINDIR)/hilbish" >> /etc/shells @echo "Hilbish Installed" @@ -28,4 +28,4 @@ clean: all: build install -.PHONY: install uninstall build dev hilbiline clean +.PHONY: install uninstall build dev clean