3 lines
61 B
Batchfile
3 lines
61 B
Batchfile
|
@echo off
|
||
|
call _clean_.cmd %1 "%2"
|
||
|
call _build_.cmd %1 "%2"
|