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