Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile
new file mode 100644
index 0000000..143e1d1
--- /dev/null
+++ b/bin/Makefile
@@ -0,0 +1,11 @@
+
+install:
+ install -D -m 0755 rainbow-run $(BINDIR)/rainbow-run
+ install -D -m 0755 rainbow-easy $(BINDIR)/rainbow-easy
+ install -D -m 0755 rainbow-resume $(BINDIR)/rainbow-resume
+ install -D -m 0755 rainbow-gc $(BINDIR)/rainbow-gc
+ install -D -m 0755 rainbow-sugarize $(BINDIR)/rainbow-sugarize
+ install -D -m 0755 rainbow-xify $(BINDIR)/rainbow-xify
+ install -D -m 0755 mkenvdir $(BINDIR)/mkenvdir
+
+.PHONY: install