diff options
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..874f48e --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ + +all: + +upload: rhodes.lua lib/Engine_Rhodes.sc + find . -not -path '*/\.*' -type f | xargs -P 5 -n 1 norns_upload gretchen/rhodes + norns_load gretchen/rhodes rhodes.lua + +.PHONY: all upload + |