From 757e5f4b258aad12bdc6a0ec9c0903297db030e2 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Wed, 25 Jan 2023 01:45:55 -0300 Subject: build: make contrib target by default Make the syntax target by default to make it harder to forget to update the syntax files. Note that the syntax files are built mostly silently and that they are generated relatively fast (they only take 40~70ms to build on a not exactly recent machine with `make clean; time make -j 4 syntax`), so they should not add much noise nor time noise when just trying to build firejail, for example. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9463ba465..97730e533 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,7 @@ If you add a new command, here's the checklist: - [ ] Update manpages: firejail(1) and firejail-profile(5) - [ ] Update shell completions - - [ ] Update syntax files (run `make syntax`) + - [ ] Update syntax files (run `make syntax` or just `make`) - [ ] Update --help # Editing the wiki -- cgit v1.2.3-54-g00ecf