diff options
| author | stag019 <stag019@gmail.com> | 2015-01-18 19:43:45 -0500 |
|---|---|---|
| committer | stag019 <stag019@gmail.com> | 2015-01-18 19:43:45 -0500 |
| commit | 6e8f6f66c111927160364be937ddbd3f9894fd67 (patch) | |
| tree | 70253c2d48cf530024e57c309a6f3fa090cff5c8 | |
| parent | Remove symfiles on clean. (diff) | |
| download | pokeyellow-6e8f6f66c111927160364be937ddbd3f9894fd67.tar.gz pokeyellow-6e8f6f66c111927160364be937ddbd3f9894fd67.tar.xz pokeyellow-6e8f6f66c111927160364be937ddbd3f9894fd67.zip | |
make compare depends on red and blue being built.
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ MD5 := md5sum -c --quiet # The compare target is a shortcut to check that the build matches the original roms exactly. # This is for contributors to make sure a change didn't affect the contents of the rom. # More thorough comparison can be made by diffing the output of hexdump -C against both roms. -compare: +compare: red blue @$(MD5) roms.md5 |
