From c818aa8a02d2809b3189a1fdbec580fd59d22ce2 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Tue, 3 Sep 2024 19:34:59 +0200 Subject: shuffle files Moving all code into src/crepe allows you to add the src folder as SYSTEM INTERFACE, resulting in includes that look like ``. --- makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 88af4e6..3792250 100644 --- a/makefile +++ b/makefile @@ -5,11 +5,9 @@ all: $(TARGET) # TARGET is defined in lazy.mk (build/main) doxygen: Doxyfile FORCE doxygen -FMT += $(shell git ls-files '*.h' '*.c' '*.cpp') +FMT += $(shell git ls-files '*.c' '*.cpp' '*.h' '*.hpp') format: FORCE clang-format -i $(FMT) # clang tidy doesn't work that well :/ # clang-tidy --fix-errors $(FMT) -include lazy.mk - -- cgit v1.2.3