Change make calls in the cockpit batch files

This commit is contained in:
henryk@ploetzli.ch 2009-08-26 11:21:05 +00:00
parent 7e931bbd32
commit 97a82e8f36
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
@echo off
cd ..\armsrc
rem nmake clean
nmake
rem make clean
make
cd ..\cockpit

View file

@ -1,5 +1,5 @@
@echo off
cd ..\bootrom
rem nmake clean
nmake
rem make clean
make
cd ..\cockpit