From 44479895f325cbbc283553dcb10b29a0af3b480b Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 4 May 2024 14:43:48 +0200 Subject: Added yscan --- ymake.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ymake.cpp') diff --git a/ymake.cpp b/ymake.cpp index ad46d3c..62ddeb1 100644 --- a/ymake.cpp +++ b/ymake.cpp @@ -1,5 +1,6 @@ #include "ymake.h" +#include "file.h" #include "Builder.h" #include @@ -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 " << std::endl; -- cgit v1.2.3