summaryrefslogtreecommitdiffhomepage
path: root/ymake.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2024-05-04 14:43:48 +0200
committerRoland Reichwein <mail@reichwein.it>2024-05-04 14:43:48 +0200
commit44479895f325cbbc283553dcb10b29a0af3b480b (patch)
treef29b9da1c782554ec3cef375d7cc771a0d56756e /ymake.cpp
parent45983abe664be648b513202c8c12578c9a85784f (diff)
Added yscan
Diffstat (limited to 'ymake.cpp')
-rw-r--r--ymake.cpp3
1 files changed, 1 insertions, 2 deletions
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 <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;