From f2681b44b9c95da5986fc711fc31aabf68ff9095 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 5 May 2014 19:38:23 +0200 Subject: [PATCH] Makefile: Add "install" target --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.2