From f9b5a2cb020fb602a415d1ff2de39b7b2cc4b868 Mon Sep 17 00:00:00 2001 From: gretchen Date: Mon, 18 Nov 2019 16:36:58 -0800 Subject: Improve readme and Makefile --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0d52939..2af9d4d 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,11 @@ CFLAGS=-Werror -Wall -ggdb -O3 $(shell pkg-config --cflags nanomsg) LDFLAGS=$(shell pkg-config --libs nanomsg) -all: norns_shell +all: norns_shell norns_load norns_upload -install: +install: norns_shell norns_load norns_upload 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