mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2024-12-28 04:23:37 +01:00
fxsdk: detect source files recursively
This commit is contained in:
parent
fae60c518c
commit
c11003eead
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ target-fx := $(filename).g1a
|
|||
target-cg := $(filename).g3a
|
||||
|
||||
# Source files
|
||||
src := $(wildcard src/*.c)
|
||||
src := $(wildcard src/**/*.c)
|
||||
assets-fx := $(wildcard assets-fx/**/*)
|
||||
assets-cg := $(wildcard assets-cg/**/*)
|
||||
|
||||
|
|
Loading…
Reference in a new issue