Add an install target.
This commit is contained in:
parent
f67c98e239
commit
de7023dd61
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -95,6 +95,10 @@ $(BUILDDIR)/build.$(BUILDSYSTEM): first/ackbuilder.lua Makefile $(BUILD_FILES)
|
|||
CC=$(CC) \
|
||||
> $(BUILDDIR)/build.$(BUILDSYSTEM)
|
||||
|
||||
install:
|
||||
mkdir -p $(PREFIX)
|
||||
tar cf - -C $(INSDIR) . | tar xvf - -C $(PREFIX)
|
||||
|
||||
clean:
|
||||
@rm -rf $(BUILDDIR)
|
||||
|
||||
|
|
Loading…
Reference in a new issue