4 lines
84 B
Batchfile
4 lines
84 B
Batchfile
|
@echo off
|
||
|
astyle.exe --options=astylerc --recursive ../*.cpp ../*.c ../*.h
|
||
|
pause
|