From ccaae5eb310ae8aabd77f8fe53f181f4afe0365b Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Mon, 30 Oct 2023 23:05:26 +0100 Subject: make: fix fmt target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c6c3cbb..92959c0 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ systemc: # -- UTIL ---------------------------------------------------------------------- fmt: - clang-format -i $(shell find src test -type f) + clang-format -i $(shell find src test -type f -name \*.h -or -name \*.cc) # -- CLEAN --------------------------------------------------------------------- -- cgit v1.2.3