mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-20 03:38:43 +00:00
5 lines
69 B
Batchfile
Executable file
5 lines
69 B
Batchfile
Executable file
@echo off
|
|
cd %1
|
|
k_rm -f *.lib *.a
|
|
shift 1
|
|
%1 %2 %3 %4 %5 %6 %7 %8 %9
|