diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-18 00:25:17 +1100 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-18 00:25:17 +1100 |
commit | 67ce60faf9876d6c6f28f53514e7a45395d327e3 (patch) | |
tree | bf9dc7a688c4fdef9475c3cd8ef5d7bfaf8c77f2 /Makefile | |
parent | 5234133f2d55dc7f24eaa63b86e3952decaaba91 (diff) |
use make in ci action
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ format: .PHONY: tidy tidy: - clang-tidy $(SRCS) $(EXAMPLES_DIR)/*.c -- $(CFLAGS) + clang-tidy -fix $(SRCS) $(EXAMPLES_DIR)/*.c -- $(CFLAGS) .PHONY: clean clean: |