We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bccd05 commit 3c455ceCopy full SHA for 3c455ce
2 files changed
.github/workflows/format.yml
@@ -8,4 +8,5 @@ jobs:
8
# This is pinned to clang-format v19
9
- uses: RafikFarhad/clang-format-github-action@v5
10
with:
11
+ style: "file"
12
sources: "src/**/*.h,src/**/*.c"
src/dev/Makefile
@@ -43,3 +43,5 @@ install: proginstall
43
44
clean:
45
rm -f ${CLEANFILES}
46
+
47
+include ${TOP}/src//Makefile.inc
0 commit comments