diff options
Diffstat (limited to '.dep.inc')
-rw-r--r-- | .dep.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.dep.inc b/.dep.inc new file mode 100644 index 0000000..4560e55 --- /dev/null +++ b/.dep.inc @@ -0,0 +1,5 @@ +# This code depends on make tool being used +DEPFILES=$(wildcard $(addsuffix .d, ${OBJECTFILES})) +ifneq (${DEPFILES},) +include ${DEPFILES} +endif |