aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..9c17deb
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+
+all:
+
+upload: intervals.lua
+ find . -not -path '*/\.*' -type f | xargs -P 5 -n 1 norns_upload gretchen/intervals
+ norns_load gretchen/intervals intervals.lua
+
+.PHONY: all upload
+