]> gitweb @ CieloNegro.org - stowinstall.git/commitdiff
+Makefile
authorPHO <pho@cielonegro.org>
Tue, 24 May 2011 03:43:07 +0000 (12:43 +0900)
committerPHO <pho@cielonegro.org>
Tue, 24 May 2011 03:43:07 +0000 (12:43 +0900)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..f3d30f3
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,10 @@
+prefix = /usr/local
+bindir = $(prefix)/bin
+
+all:
+
+install:
+       install -d $(DESTDIR)$(bindir)
+       install stowinstall $(DESTDIR)$(bindir)
+
+.PHONY: all install