1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

Added '+' to another SUBDIRS_recipe.

This commit is contained in:
Greg King 2022-02-07 14:09:27 -05:00 committed by mrdudz
parent 9c1c1c04d8
commit bc46c90cfa

View File

@ -50,7 +50,7 @@ DIRLIST = grc
define SUBDIR_recipe
@$(MAKE) SYS=$(SYS) -C $(dir) --no-print-directory $@
@+$(MAKE) SYS=$(SYS) -C $(dir) --no-print-directory $@
endef # SUBDIR_recipe