From 5894a5259bcb99774a35858e6aaec664099adde2 Mon Sep 17 00:00:00 2001 From: gretchen Date: Mon, 18 Nov 2019 15:55:27 -0800 Subject: make install --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.1