Skip to content

Commit

Permalink
build: update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
TorchedSammy committed Mar 6, 2022
1 parent 03795e5 commit 8eb5a67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -28,4 +28,4 @@ clean:

all: build install

.PHONY: install uninstall build dev hilbiline clean
.PHONY: install uninstall build dev clean

0 comments on commit 8eb5a67

Please sign in to comment.