aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 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