11 lines
76 B
Batchfile
11 lines
76 B
Batchfile
@echo off
|
|
|
|
cd acex
|
|
call make.cmd
|
|
|
|
cd ..\max
|
|
call make.cmd
|
|
|
|
cd ..
|
|
|