diff options
Diffstat (limited to 'ymake.cpp')
-rw-r--r-- | ymake.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,6 @@ #include "ymake.h" +#include "file.h" #include "Builder.h" #include <algorithm> @@ -30,8 +31,6 @@ namespace pt = boost::property_tree; using namespace std::string_literals; namespace { - const fs::path YMakefile{"YMakefile"}; - void usage() { std::cout << "Usage: ymake <target>" << std::endl; |