mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
Fixed sf-directory cleanup by 'build distclean'
This commit is contained in:
parent
953d205752
commit
573cb09a5c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ string remove2;
|
||||||
|
|
||||||
void setRemovals()
|
void setRemovals()
|
||||||
{
|
{
|
||||||
remove1 = "tmp sf/index.html sf/cppannotations";
|
remove1 = "tmp ../sf/index.html ../sf/cppannotations";
|
||||||
remove2 = "o indexentry/o aux/o";
|
remove2 = "o indexentry/o aux/o";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue