aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgretchen <gretchen@gnar.cool>2019-11-18 18:29:24 -0800
committergretchen <gretchen@gnar.cool>2019-11-18 18:29:24 -0800
commit778f93df8a04aa5203c2ed74422a34e98f2d62f2 (patch)
treefb2af7155f3246377436b0ebdf76801d44d97f24
parent16fb53b8c3d69ee7fcf62706041605c1e45fe849 (diff)
downloadnorns-etc-778f93df8a04aa5203c2ed74422a34e98f2d62f2.tar.gz
norns-etc-778f93df8a04aa5203c2ed74422a34e98f2d62f2.zip
example -> norns-etc-example
-rw-r--r--example/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/Makefile b/example/Makefile
index e75b4f6..31eab71 100644
--- a/example/Makefile
+++ b/example/Makefile
@@ -3,7 +3,7 @@ NORNS=norns.local
all:
upload: example.lua
- find . -not -path '*/\.*' -type f | xargs -P 5 -n 1 norns_upload example
- norns_load example example.lua
+ find . -not -path '*/\.*' -type f | xargs -P 5 -n 1 norns_upload norns-etc-example
+ norns_load norns-etc-example example.lua
.PHONY: all upload