diff options
author | gretchen <gretchen@gnar.cool> | 2019-11-20 01:42:08 -0800 |
---|---|---|
committer | gretchen <gretchen@gnar.cool> | 2019-11-20 01:42:08 -0800 |
commit | a86d0200636ce11bfca78f8f712130e1448ebdb7 (patch) | |
tree | 63b613ef252a89ef17f6274c71fc09c99c5aa229 /Makefile | |
parent | abcccc8e9cc355e6a34842d07043cf5c69f2dbbb (diff) | |
download | intervals-a86d0200636ce11bfca78f8f712130e1448ebdb7.tar.gz intervals-a86d0200636ce11bfca78f8f712130e1448ebdb7.zip |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
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 + |