Skip to content
This repository was archived by the owner on Dec 21, 2025. It is now read-only.

Commit 9bd3681

Browse files
committed
Update Makefile from doc branch
Built from commit f5a29e9 Update names of submodule includes
1 parent 4736703 commit 9bd3681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ bin/${ROMNAME}.dbg: ${SRCS}
8181
@mkdir -p "${@D}"
8282
echo @debugfile 1.0 >$@
8383
printf '@include "../%s"\n' ${DEBUGFILES} >>$@
84-
hardware.inc/hardware.inc rgbds-structs/structs.inc:
84+
hardware.inc/hardware.inc rgbds-structs/structs.inc debugfile.inc/debugfile.inc:
8585
@echo '$@ is not present; have you initialized submodules?'
8686
@echo 'Run `git submodule update --init`,'
8787
@echo 'then `make clean`,'

0 commit comments

Comments
 (0)