Strum / Strums_Mental_VCV_Modules

Strum's Mental Modules for VCV Rack
BSD 3-Clause "New" or "Revised" License
63 stars 15 forks source link

make dist fails #52

Closed cschol closed 4 years ago

cschol commented 4 years ago
rm -rf dist
mkdir -p dist/"Mental"
cp plugin.so dist/"Mental"/
strip -s dist/"Mental"/plugin.so
cp -r --parents LICENSE.txt res README.md Demo_Patches plugin.json dist/"Mental"/
cp: cannot stat 'Demo_Patches': No such file or directory
/home/cschol/src/Rack-SDK/Rack-SDK/plugin.mk:55: recipe for target 'dist' failed
make: *** [dist] Error 1
Strum commented 4 years ago

I think it's fixed now