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

Added '+' to another SUBDIRS_recipe.

This commit is contained in:
Greg King 2022-02-07 14:09:27 -05:00 committed by greg-king5
parent 9dd13d7047
commit 5747fa4df3

View File

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