]> arthur.barton.de Git - appify.git/blobdiff - Makefile
Add simple Makefile using "ax-make"
[appify.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..47d192f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,13 @@
+#
+# Makefile
+#
+
+SUBDIRS =
+
+include ./Makefile.ax
+
+install-local:
+       install -d -o $(USER) -g $(GROUP) -m 755 \
+        $(DESTDIR)$(PREFIX)/bin
+       install -p -o $(USER) -g $(GROUP) -m 755 appify.sh \
+        $(DESTDIR)$(PREFIX)/bin/appify