mirror of
https://github.com/MorsGames/sm64plus.git
synced 2025-01-22 07:31:58 -05:00
null-terminate generated image paths
This commit is contained in:
parent
6a637bfcb3
commit
ae0832d01f
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -688,6 +688,7 @@ $(BUILD_DIR)/%: %.png
|
|||
|
||||
$(BUILD_DIR)/%.inc.c: $(BUILD_DIR)/% %.png
|
||||
hexdump -v -e '1/1 "0x%X,"' $< > $@
|
||||
echo "0x00" >> $@
|
||||
echo >> $@
|
||||
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue