diff options
author | Roland Reichwein <mail@reichwein.it> | 2024-05-04 14:43:48 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2024-05-04 14:43:48 +0200 |
commit | 44479895f325cbbc283553dcb10b29a0af3b480b (patch) | |
tree | f29b9da1c782554ec3cef375d7cc771a0d56756e /YMakefile | |
parent | 45983abe664be648b513202c8c12578c9a85784f (diff) |
Added yscan
Diffstat (limited to 'YMakefile')
-rw-r--r-- | YMakefile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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> |