diff options
author | Roland Reichwein <mail@reichwein.it> | 2024-05-04 14:43:48 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2024-05-04 14:43:48 +0200 |
commit | 44479895f325cbbc283553dcb10b29a0af3b480b (patch) | |
tree | f29b9da1c782554ec3cef375d7cc771a0d56756e /ymake.cpp | |
parent | 45983abe664be648b513202c8c12578c9a85784f (diff) |
Added yscan
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; |