aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 05a908f..b3665cc 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ lib/libmatcha.a:
$(CXX) -c -o $@ $^ $(CXXFLAGS)
fmt:
- fd --type f '.+.h$$|.+.cc$$' --exec clang-format -i {}
+ fd --type f '.+\.h$$|.+\.cc$$' --exec clang-format -i {}
example/demo1: example/demo1.o lib/libmatcha.a
$(CXX) -o $@ $^