mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-02 03:33:22 +00:00
build: remove all from install target
This commit is contained in:
parent
59e81d3996
commit
c4438579f6
2
Makefile
2
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)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user