4 lines
73 B
Batchfile
4 lines
73 B
Batchfile
@for %%s in ( c++98 c++03 c++11 c++14 c++17 ) do (
|
|
call tg.bat %%s
|
|
)
|