1 parent b108b2d commit 81141ebCopy full SHA for 81141eb
1 file changed
Makefile
@@ -146,3 +146,12 @@ $(ROM): arm9 arm7
146
-7 build/arm7.elf -9 build/arm9.elf \
147
-b $(GAME_ICON) "$(GAME_FULL_TITLE)" \
148
$(NDSTOOL_ARGS)
149
+ @branch=$$(git symbolic-ref --short -q HEAD || echo detached); \
150
+ printf '%s\n' \
151
+ '=== Build summary ===' \
152
+ ' ROM $(ROM)' \
153
+ ' BANNER $(GAME_TITLE)' \
154
+ ' $(GAME_SUBTITLE1)' \
155
+ ' $(GAME_SUBTITLE2)' \
156
+ ' BUILD kind=$(DSIWIFI_BUILD_KIND)' \
157
+ ' SOURCE commit=$(DSIWIFI_COMMIT) branch='\"$$branch\"
0 commit comments