commit | 5a71a8b0947d8fa1acc87217cd9201530f92e89c | [log] [tgz] |
---|---|---|
author | Shinichiro Hamaji <[email protected]> | Thu Aug 06 19:23:18 2015 +0900 |
committer | Shinichiro Hamaji <[email protected]> | Thu Aug 06 19:23:18 2015 +0900 |
tree | bc54bb258df452ccf6dacb155d7d9a0db06f746e | |
parent | a696024e8b5ae2fcb79bfd6f841eb61a261fa434 [diff] [blame] |
[C++] Re-run commands only when certain directories are updated
diff --git a/strutil.h b/strutil.h index 16f1f1e..2dd229c 100644 --- a/strutil.h +++ b/strutil.h
@@ -136,4 +136,6 @@ string SortWordsInString(StringPiece s); +string ConcatDir(StringPiece b, StringPiece n); + #endif // STRUTIL_H_