summaryrefslogtreecommitdiffhomepage
path: root/YMakefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2024-05-03 21:03:06 +0200
committerRoland Reichwein <mail@reichwein.it>2024-05-03 21:03:06 +0200
commit45983abe664be648b513202c8c12578c9a85784f (patch)
tree37166e1f24219b84aab1c9e79d7743c8f59e9022 /YMakefile
parent6669794434cb9f472aafce126162b9b81389df5f (diff)
Parallel build
Diffstat (limited to 'YMakefile')
-rw-r--r--YMakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/YMakefile b/YMakefile
index 152ccc6..2881c10 100644
--- a/YMakefile
+++ b/YMakefile
@@ -1,8 +1,9 @@
<ymake>
<build>
<name>ymake</name>
- <source>builder.cpp</source>
+ <source>Builder.cpp</source>
<source>main.cpp</source>
+ <source>ProcessRunner.cpp</source>
<source>ymake.cpp</source>
</build>
</ymake>