]> arthur.barton.de Git - ax-make.git/blobdiff - scripts/Makefile
Add "axify" script to the project
[ax-make.git] / scripts / Makefile
diff --git a/scripts/Makefile b/scripts/Makefile
new file mode 100644 (file)
index 0000000..94d80ee
--- /dev/null
@@ -0,0 +1,19 @@
+#
+# ax-make: Alex' Simple Makefile System
+# Copyright (c)2014 Alexander Barton (alex@barton.de)
+#
+# This library is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published
+# by the Free Software Foundation; either version 2.1 of the License, or
+# (at your option) any later version.
+#
+
+ALL = axify
+
+include ../Makefile.ax
+
+install-local:
+       install -d -o $(USER) -g $(GROUP) -m 755 \
+        $(DESTDIR)$(PREFIX)/bin
+       install -p -o $(USER) -g $(GROUP) -m 755 axify \
+        $(DESTDIR)$(PREFIX)/bin/axify