nicer bundle folder structure and reducing unneeded content #833

This commit is contained in:
rusefi 2019-06-08 21:26:08 -04:00
parent 787af95050
commit a5763f858f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ set script_name=common_make.bat
echo Entering %script_name%
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 exit -1