]> arthur.barton.de Git - ax-make.git/blobdiff - Makefile
Add "axify" script to the project
[ax-make.git] / Makefile
index fa0a82ca504b13b61d10e3dd2ec98b9be51a697e..0bf501e3fda1953b27c1b4b304443b296de0982e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,4 +8,12 @@
 # (at your option) any later version.
 #
 
+SUBDIRS = scripts
+
 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