From 778f93df8a04aa5203c2ed74422a34e98f2d62f2 Mon Sep 17 00:00:00 2001
From: gretchen <gretchen@gnar.cool>
Date: Mon, 18 Nov 2019 18:29:24 -0800
Subject: example -> norns-etc-example

---
 example/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'example/Makefile')

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
-- 
cgit v1.2.1