Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

4 lines
73 B
Batchfile

@for %%s in ( c++98 c++03 c++11 c++14 c++17 ) do (
call tg.bat %%s
)