Skip to content

Commit

Permalink
Add MD5 checksum generation to make config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dabomstew committed Aug 21, 2019
1 parent c6742f6 commit afe8224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ gfx/pics/%/normal.pal gfx/pics/%/bitmask.asm gfx/pics/%/frames.asm: gfx/pics/%/f

%.ini: %.gbc %.sym
$(PYTHON3) genrandoini.py $^ $@
echo "MD5Hash="$(shell md5sum $< | cut -d' ' -f1) >> $@

0 comments on commit afe8224

Please sign in to comment.