You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd output/progression/4\ Progression; zip -r ../../../dist/free-midi-progressions-${DATE}.zip *
15
16
16
-
.PHONY: dist
17
+
# Check for GIT version of python-mingus
18
+
check:
19
+
@test -f ./python-mingus/README.md || { echo"To build the pack you will need the modified python-mingus library:\n git clone https://github.com/ldrolez/python-mingus.git";exit 1; }
0 commit comments