astyle formatting
This commit is contained in:
parent
24628013f1
commit
2befb74a07
|
@ -138,9 +138,9 @@ int main()
|
||||||
fout << "clean:\n";
|
fout << "clean:\n";
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
fout << "\tdel lib\*.o\n"
|
fout << "\tdel lib\*.o\n"
|
||||||
<< "\tdel cli\*.o\n"
|
<< "\tdel cli\*.o\n"
|
||||||
<< "\tdel test\*.o\n"
|
<< "\tdel test\*.o\n"
|
||||||
<< "\tdel *.exe\n";
|
<< "\tdel *.exe\n";
|
||||||
#else
|
#else
|
||||||
fout << "\trm -f lib/*.o cli/*.o test/*.o testrunner cppcheck\n\n";
|
fout << "\trm -f lib/*.o cli/*.o test/*.o testrunner cppcheck\n\n";
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue