mirror of
https://github.com/Xeeynamo/sotn-decomp.git
synced 2024-11-27 15:00:36 +00:00
Fix to makefile to properly create the directory before cp'ing into it (#222)
Solves the issue mentioned in discord - When you `cp` into expected, and expected does not exist, the CONTENTS of build get copied into the newly-created `expected` directory. This PR solves this by running `mkdir -p expected` first (-p causes mkdir to not error if `expected` already exists). Then, when `cp` runs, `expected` will always exist, thus `build` properly gets copied into it.
This commit is contained in:
parent
370e523c34
commit
54ce84cc54