]> Frank Brehm's Git Trees - my-stuff/storcli.git/commitdiff
Added Makefile
authorFrank Brehm <frank.brehm@profitbricks.com>
Wed, 14 Jan 2015 15:46:20 +0000 (16:46 +0100)
committerFrank Brehm <frank.brehm@profitbricks.com>
Wed, 14 Jan 2015 15:46:20 +0000 (16:46 +0100)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..c81eae6
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+all:
+
+install:
+       install -d $(DESTDIR)/usr/bin
+       install -m 755 bin/storcli64 $(DESTDIR)/usr/bin/storcli64
+       ln -s storcli64 $(DESTDIR)/usr/bin/storcli
+