diff options
author | gretchen <gretchen@gnar.cool> | 2019-11-18 16:36:58 -0800 |
---|---|---|
committer | gretchen <gretchen@gnar.cool> | 2019-11-18 16:37:22 -0800 |
commit | f9b5a2cb020fb602a415d1ff2de39b7b2cc4b868 (patch) | |
tree | a94f4b7a8e522400ce7c741ff03255da608b2ddf /Makefile | |
parent | 228baf459707bae2ad67029a71fbfad674d7324a (diff) | |
download | norns-etc-f9b5a2cb020fb602a415d1ff2de39b7b2cc4b868.tar.gz norns-etc-f9b5a2cb020fb602a415d1ff2de39b7b2cc4b868.zip |
Improve readme and Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 |