c++/rgb-assembler/.dep.inc
author František Kučera <franta-hg@frantovo.cz>
Thu, 28 Dec 2017 23:11:43 +0100
changeset 37 b63d62c675fe
parent 0 ee60ce4d8af5
permissions -rw-r--r--
do not pass by reference arguments of small types
     1 # This code depends on make tool being used
     2 DEPFILES=$(wildcard $(addsuffix .d, ${OBJECTFILES} ${TESTOBJECTFILES}))
     3 ifneq (${DEPFILES},)
     4 include ${DEPFILES}
     5 endif