diff options
author | gretchen <gretchen@gnar.cool> | 2020-07-24 00:04:37 -0700 |
---|---|---|
committer | gretchen <gretchen@gnar.cool> | 2020-07-24 00:04:37 -0700 |
commit | a38250123d31df15177ae51b2fb16d6ff21c7abe (patch) | |
tree | dabce828ff6351af0cab35e6e9833e17ffcc87a4 /Makefile | |
parent | 8795f0a601e790b3bd859426367c46b55ff845dc (diff) | |
download | rhodes-a38250123d31df15177ae51b2fb16d6ff21c7abe.tar.gz rhodes-a38250123d31df15177ae51b2fb16d6ff21c7abe.zip |
Rhodes pixel art
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ all: -upload: rhodes.lua lib/Engine_Rhodes.sc +upload: rhodes.lua lib/Engine_Rhodes.sc rhodes.png find . -not -path '*/\.*' -type f | xargs -P 5 -n 1 norns_upload gretchen/rhodes norns_load gretchen/rhodes rhodes.lua |