From 9f94e8c8e80623372b450352f7a24dc8623f4712 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Thu, 11 Apr 2024 00:50:57 +0200 Subject: concepts: iter example, test out syntax --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 16d98bb..3096d6a 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ fmt : $(SRC:.cc=.f) %.l: %.cc clang-format -n --Werror $^ - clang-tidy $^ + clang-tidy $^ -- -std=c++20 %.f: %.cc clang-format -i $^ -- cgit v1.2.3