From 228baf459707bae2ad67029a71fbfad674d7324a Mon Sep 17 00:00:00 2001 From: gretchen Date: Mon, 18 Nov 2019 16:33:03 -0800 Subject: Example and documentation for emacs integration. --- example/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 example/Makefile (limited to 'example/Makefile') diff --git a/example/Makefile b/example/Makefile new file mode 100644 index 0000000..bbaebf9 --- /dev/null +++ b/example/Makefile @@ -0,0 +1,9 @@ +NORNS=norns.local + +all: + +upload: example.lua + find . -not -path '*/\.*' -type f -exec norns_upload example "{}" \; + norns_load example example.lua + +.PHONY: all upload -- cgit v1.2.1