diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |