Skip to content

Commit

Permalink
make compare
Browse files Browse the repository at this point in the history
  • Loading branch information
yenatch committed Mar 12, 2015
1 parent 074184c commit a09903a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
@@ -1,4 +1,5 @@
PYTHON := python
MD5 := md5sum -c --quiet

.SUFFIXES:
.SUFFIXES: .asm .o .gbc .png .2bpp .1bpp .lz .pal .bin .blk .tilemap
Expand Down Expand Up @@ -56,6 +57,8 @@ crystal: pokecrystal.gbc
clean:
rm -f $(roms) $(all_obj) $(roms:.gbc=.map) $(roms:.gbc=.sym)

compare: pokecrystal.gbc pokecrystal11.gbc
@$(MD5) roms.md5

%.asm: ;
$(all_obj): $$*.asm $$($$*_dep)
Expand Down
2 changes: 2 additions & 0 deletions roms.md5
@@ -0,0 +1,2 @@
9f2922b235a5eeb78d65594e82ef5dde pokecrystal.gbc
301899b8087289a6436b0a241fbbb474 pokecrystal11.gbc

0 comments on commit a09903a

Please sign in to comment.