• project-default.mk

    364 365  
    206 206 echo 'exit 1;'; \
    207 207 fi;}
    208 208
    209 COMPOSITE = ${shell export PATH=${LOCAL}/bin:$${PATH}; which composite}
    209 210 CONVERT = ${shell export PATH=${LOCAL}/bin:$${PATH}; which convert}
    210 211 ifeq (${CONVERT},)
    211 212 ${error ERROR: No executable convert found, you need to install ImageMagick first}