aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2020-09-29 02:36:14 +0200
committerjohannst <johannes.stoelp@gmail.com>2020-09-29 02:36:14 +0200
commit48142327c37f716da307bd4a9b22576ad0a67c22 (patch)
treeb9fae45dc628a72a46aa81333455466999583e9c
parentffaf7580f8eea5bfdc3e4b3ed025874808a5502f (diff)
downloadmatcha-threads-48142327c37f716da307bd4a9b22576ad0a67c22.tar.gz
matcha-threads-48142327c37f716da307bd4a9b22576ad0a67c22.zip
fix fmt target
-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 $@ $^