Skip to content

Commit

Permalink
The free-midi-progressions ZIP contains only the chord progressions f…
Browse files Browse the repository at this point in the history
…or your MPC or Groovebox
  • Loading branch information
ldrolez committed Aug 18, 2021
1 parent 6c4bc57 commit a643318
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,12 @@ dist:
cp README.md LICENSE output
rm -f dist/free-midi-chords-${DATE}.zip
cd output; zip -r ../dist/free-midi-chords-${DATE}.zip *
# make the progressions only pack
mkdir output/progression
cp -rv output/*/4\ Progression output/progression
mv output/progression/4\ Progression/* output/progression/
rmdir output/progression/4\ Progression/
cp README.md LICENSE output/progression
cd output/progression; zip -r ../../dist/free-midi-progressions-${DATE}.zip *

.PHONY: dist

0 comments on commit a643318

Please sign in to comment.