summaryrefslogtreecommitdiffhomepage
path: root/YMakefile
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 /YMakefile
parent45983abe664be648b513202c8c12578c9a85784f (diff)
Added yscan
Diffstat (limited to 'YMakefile')
-rw-r--r--YMakefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/YMakefile b/YMakefile
index 2881c10..e0bcbc0 100644
--- a/YMakefile
+++ b/YMakefile
@@ -6,4 +6,13 @@
<source>ProcessRunner.cpp</source>
<source>ymake.cpp</source>
</build>
+ <build>
+ <name>yscan</name>
+ <source>yscan.cpp</source>
+ <source>yscan-main.cpp</source>
+ </build>
+ <test>
+ <name>test-ymake</name>
+ <source>test-ymake.cpp</source>
+ </test>
</ymake>