Skip to content

Commit

Permalink
make compare depends on red and blue being built.
Browse files Browse the repository at this point in the history
  • Loading branch information
stag019 committed Jan 19, 2015
1 parent 4a8f7d3 commit 6e8f6f6
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 @@ -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


Expand Down

0 comments on commit 6e8f6f6

Please sign in to comment.