From 55e50da8590be0208a7950243be0041b8e102ac5 Mon Sep 17 00:00:00 2001
From: Andreev Gregory <1@example.com>
Date: Thu, 3 Oct 2024 16:23:27 +0300
Subject: [PATCH] &&&&&&&&&&&&&&&&&&&&&&&

---
 README.txt        | 16 ++++++++++++++--
 building/main.cpp |  4 ++--
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/README.txt b/README.txt
index 7dcc4db..60e6598 100644
--- a/README.txt
+++ b/README.txt
@@ -1,8 +1,20 @@
+LIBREGEXIS024
+Very bloated, untested, but really funny library for regular expressions
+
+IMPORTANT!!! If you need libregexis024 for iu9cawebchat, this version will be incompatible. Consider use a
+version that came before this message was added (ac41331ff9bd04308f74ad1a774465dfc4e39aa9)
+
 libregexis024
 Library for Regular Expressions, implementation of summer 2024
 
 libregexis024vm
 Provides only means of configuration and running my regexp virtual machine bytecode
 
-libgreexpis024sol
-Provides functions to compile regular expression into libregexis024 virual machine bytecode
\ No newline at end of file
+libregexis024fa
+That has something to do with finite automatons
+
+libregexis024sol
+Provides functions to compile regular expression into libregexis024 virual machine bytecode
+
+libregexis024tools
+Wrapper around all of this
\ No newline at end of file
diff --git a/building/main.cpp b/building/main.cpp
index 642c86b..2ef5660 100644
--- a/building/main.cpp
+++ b/building/main.cpp
@@ -113,9 +113,9 @@ struct Libregexis024BuildSystem {
             if (build_type == "debug")
                 array_concat(T.units, additional_compilation_units_debug);
             T.include_pr = "";
-            T.include_ir = "";
+            T.include_ir = "regexis024";
             T.exported_headers = exported_headers;
-            T.installation_dir = "";
+            T.installation_dir = "regexis024";
             my_targets.push_back(T);
         }
         if (build_tests) {