From a10ac4e82a1f8324a2928fd08b0ba2d5558e50e4 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 24 May 2024 14:13:30 +0300 Subject: fix makefile in triscv --- triscv/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'triscv/Makefile') diff --git a/triscv/Makefile b/triscv/Makefile index b0ff07d..103a1a2 100644 --- a/triscv/Makefile +++ b/triscv/Makefile @@ -28,17 +28,17 @@ include src/source.mk .PHONY: format format: - find include src -iname '*.[ch]' |\ + find src include -iname '*.[ch]' |\ xargs uncrustify -c uncrustify.conf --no-backup -F - .PHONY: license license: - find include src -iname '*.[ch]' |\ + find src include -iname '*.[ch]' |\ xargs ./scripts/license .PHONY: docs docs: - find include src -iname '*.[ch]' -not -path */gen/* |\ + find src include -iname '*.[ch]' -not -path */gen/* |\ xargs ./scripts/warn-undocumented doxygen docs/doxygen.conf -- cgit v1.3