mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
Added '+' to another SUBDIRS_recipe.
This commit is contained in:
parent
9c1c1c04d8
commit
bc46c90cfa
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user