aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgretchen <gretchen@gnar.cool>2019-11-20 01:42:08 -0800
committergretchen <gretchen@gnar.cool>2019-11-20 01:42:08 -0800
commita86d0200636ce11bfca78f8f712130e1448ebdb7 (patch)
tree63b613ef252a89ef17f6274c71fc09c99c5aa229
parentabcccc8e9cc355e6a34842d07043cf5c69f2dbbb (diff)
downloadintervals-a86d0200636ce11bfca78f8f712130e1448ebdb7.tar.gz
intervals-a86d0200636ce11bfca78f8f712130e1448ebdb7.zip
Development makefileHEADv0.3master
-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
+