make/project.xml

changeset 281
95d0fe30b3fa
parent 280
7845f5872bed
--- a/make/project.xml	Mon Oct 13 21:37:42 2025 +0200
+++ b/make/project.xml	Tue Oct 14 17:09:27 2025 +0200
@@ -52,14 +52,14 @@
 
     <target>
         <feature name="asan">
-            <desc>Enable address sanitization.</desc>
+            <desc>enable address sanitization</desc>
             <dependencies>asan</dependencies>
         </feature>
         <dependencies>ucx,sdl3,sdl3_ttf,sdl3_image,glew</dependencies>
     </target>
     <target name="tools">
         <feature name="tools">
-            <desc>Enable compilation of tools.</desc>
+            <desc>enable compilation of tools</desc>
             <disabled>
                 <make>NO_TOOLS=1</make>
             </disabled>

mercurial