Skip to content

Commit

Permalink
output path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ldrolez committed Oct 14, 2020
1 parent a5fef07 commit ccc14f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dist:
rm -rf output/*
python3 gen.py
cp README.md LICENSE output
rm -f ../dist/free-midi-chords-${DATE}.zip
rm -f dist/free-midi-chords-${DATE}.zip
cd output; zip -r ../dist/free-midi-chords-${DATE}.zip *

.PHONY: dist

0 comments on commit ccc14f1

Please sign in to comment.