From 30b4182771e0fb7a9e835e34b9416cf071716252 Mon Sep 17 00:00:00 2001 From: Jorijn van der Graaf Date: Mon, 3 Feb 2025 22:11:27 +0100 Subject: [PATCH] readme changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e7a840..ff31b5f 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Save and close, then run ``crafter-build -c debug``. Now you can run the ``hello ``output_dir`` The directory where the output files will be placed. -``type`` The type of the project: ``executable``, ``library``, ``shared-library``. +``type`` The type of the project: ``executable``, ``library``, ``shared-library``, defaults to ``executable``. ``extends`` An array of configuration names that this configuration extends, later elements in the array take priority over previous ones.