Change make calls in the cockpit batch files

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

View file

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

View file

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