Commit 3b7d42e
build: format-check: invoke
I've added `uncrustify` to my build environment, and as a result the
build started failing for me because it tried to invoke `make
format-check`. I use the ninja generator for CMake, which means that
there's no `Makefile` generated in my build directory.
Fix this by invoking the relevant target via CMake.make in a portable way1 parent b3af368 commit 3b7d42e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments