nicer bundle folder structure and reducing unneeded content #833
This commit is contained in:
parent
787af95050
commit
a5763f858f
|
@ -2,7 +2,7 @@ set script_name=common_make.bat
|
||||||
echo Entering %script_name%
|
echo Entering %script_name%
|
||||||
|
|
||||||
rem todo: start using env variable for number of threads or for '-r'
|
rem todo: start using env variable for number of threads or for '-r'
|
||||||
maje -j4 -r
|
make -j4 -r
|
||||||
if not exist build/rusefi.hex echo FAILED to compile by %script_name%
|
if not exist build/rusefi.hex echo FAILED to compile by %script_name%
|
||||||
if not exist build/rusefi.hex exit -1
|
if not exist build/rusefi.hex exit -1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue