summaryrefslogtreecommitdiffhomepage
path: root/example/text_processor_example/Jamfile.v2
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-07 06:59:38 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-07 06:59:38 +0100
commit24767406a9a1ee0bd53c20175ed7a7d2fe166d29 (patch)
tree223c7e1cf7eff23dc77f4d72cfb2fe5fd6c7f4d5 /example/text_processor_example/Jamfile.v2
parentb30b55c48fd9eb64f3555f19820279792f69703c (diff)
[CHORE] Introduce replacement of text_processor example, text_editor.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'example/text_processor_example/Jamfile.v2')
-rw-r--r--example/text_processor_example/Jamfile.v214
1 files changed, 0 insertions, 14 deletions
diff --git a/example/text_processor_example/Jamfile.v2 b/example/text_processor_example/Jamfile.v2
deleted file mode 100644
index 4bfc827..0000000
--- a/example/text_processor_example/Jamfile.v2
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# File: Jamfile.v2
-# Author: Amlal El Mahrouss,
-# Copyright 2026, Amlal El Mahrouss, Licensed under the Boost Software License
-#
-
-project tests
-: default-build debug
-;
-
-exe example.o
- : example.cpp
- : <cxxstd>20 ;
-