diff options
author | johannst <johannes.stoelp@gmail.com> | 2020-09-29 02:36:14 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2020-09-29 02:36:14 +0200 |
commit | 48142327c37f716da307bd4a9b22576ad0a67c22 (patch) | |
tree | b9fae45dc628a72a46aa81333455466999583e9c /Makefile | |
parent | ffaf7580f8eea5bfdc3e4b3ed025874808a5502f (diff) | |
download | matcha-threads-48142327c37f716da307bd4a9b22576ad0a67c22.tar.gz matcha-threads-48142327c37f716da307bd4a9b22576ad0a67c22.zip |
fix fmt target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ $^ |