• project-default.mk

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