mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +02:00
6 lines
144 B
PHP
6 lines
144 B
PHP
# This code depends on make tool being used
|
|
DEPFILES=$(wildcard $(addsuffix .d, ${OBJECTFILES}))
|
|
ifneq (${DEPFILES},)
|
|
include ${DEPFILES}
|
|
endif
|