mirror of
https://git.planet-casio.com/Lephenixnoir/sh-elf-binutils.git
synced 2025-01-02 23:13:38 +01:00
92ec440af8
* Configure and install so stuff ends up in the fxSDK sysroot * Don't clean by default, make it a configuration called :clean * :any now only skips build if the compiler is in the sysroot * Redo README with proper tutorial Details: * Proper .gitignore
4 lines
77 B
Makefile
4 lines
77 B
Makefile
# Clean the build products after install
|
|
CONFIG_CLEAN=1
|
|
|
|
export CONFIG_CLEAN
|