From: Alexander Barton Date: Mon, 5 May 2014 17:38:23 +0000 (+0200) Subject: Makefile: Add "install" target X-Git-Url: https://arthur.barton.de/gitweb/?p=ax-make.git;a=commitdiff_plain;h=f2681b44b9c95da5986fc711fc31aabf68ff9095 Makefile: Add "install" target --- diff --git a/Makefile b/Makefile index fa0a82c..4a26dff 100644 --- a/Makefile +++ b/Makefile @@ -9,3 +9,9 @@ # include Makefile.ax + +install-local: + install -d -o $(USER) -g $(GROUP) -m 755 \ + $(DESTDIR)$(PREFIX)/share/ax-make + install -p -o $(USER) -g $(GROUP) -m 644 Makefile.ax \ + $(DESTDIR)$(PREFIX)/share/ax-make/Makefile.ax