Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatryk Obara <dreamer.tan@gmail.com>2021-01-25 15:10:46 +0300
committerPatryk Obara <dreamer.tan@gmail.com>2021-01-25 15:12:22 +0300
commitf8fbc9f7456a8a576b6aac0a8459cce1d295121e (patch)
treeed84ad3528ea6b6b872d34670759de51bfbfd59e /CONTRIBUTING.md
parentb87b77bcf240a419d97af1fb4c6eac76faca9b8f (diff)
Document invoking ninja with -C flag
Instead of cd into directory and then invoking ninja.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 68b0ed94e..9c5d53593 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -84,8 +84,7 @@ Example build instructions appropriate for development:
``` shell
meson setup build
-cd build
-ninja
+ninja -C build
```
With the new meson versions you can run: