• project-default.mk

    498 499  
    207 207 fi;}
    208 208
    209 209 COMPOSITE = ${shell export PATH=${LOCAL}/bin:$${PATH}; which composite}
    210 CONVERT = ${shell export PATH=${LOCAL}/bin:$${PATH}; which convert}
    211 ifeq (${CONVERT},)
    212 ${error ERROR: No executable convert found, you need to install ImageMagick first}
    213 endif
    210 #CONVERT = ${shell export PATH=${LOCAL}/bin:$${PATH}; which convert}
    211 #ifeq (${CONVERT},)
    212 #${error ERROR: No executable convert found, you need to install ImageMagick first}
    213 #endif