The makefile `release` target has this line: `cp -rf LICENSE-MIT release/` but the file is named `LICENSE` so I get `cp: LICENSE-MIT: No such file or directory` Am I doing something wrong?