Maybe try make clean first? What you're doing looks fine though.
make clean
But I just tried a build here, and USE_GRAPHICS=1 USE_CRYPTO=1 are on by default - and it builds just fine.
USE_GRAPHICS=1 USE_CRYPTO=1
If they're not on by default then you must have an old version of the source code.
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Maybe try
make clean
first? What you're doing looks fine though.But I just tried a build here, and
USE_GRAPHICS=1 USE_CRYPTO=1
are on by default - and it builds just fine.If they're not on by default then you must have an old version of the source code.