aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile8
-rw-r--r--norns_load2
2 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f9ad218..0d52939 100644
--- a/Makefile
+++ b/Makefile
@@ -3,3 +3,11 @@ LDFLAGS=$(shell pkg-config --libs nanomsg)
all: norns_shell
+install:
+ install -D --mode=755 norns_shell /usr/local/bin/
+ install -D --mode=755 norns_upload /usr/local/bin/
+ install -D --mode=755 norns_load /usr/local/bin/
+
+
+
+.PHONY: all install
diff --git a/norns_load b/norns_load
new file mode 100644
index 0000000..05a7907
--- /dev/null
+++ b/norns_load
@@ -0,0 +1,2 @@
+#!/bin/bash
+