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 ++++++++ norns_load | 2 ++ 2 files changed, 10 insertions(+) create mode 100644 norns_load 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 + -- cgit v1.2.1