aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgretchen <gretchen@gnar.cool>2019-11-18 15:55:27 -0800
committergretchen <gretchen@gnar.cool>2019-11-18 15:55:27 -0800
commit5894a5259bcb99774a35858e6aaec664099adde2 (patch)
treeecc946e8926843d9db9ea1cfd584af1f7cce5c24
parentc7d555f9cc243ebf37a13a723a635590faeeadb6 (diff)
downloadnorns-etc-5894a5259bcb99774a35858e6aaec664099adde2.tar.gz
norns-etc-5894a5259bcb99774a35858e6aaec664099adde2.zip
make install
-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
+