aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-07 20:58:54 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-07 20:58:54 +0100
commitace974504e410eb7d98ca021d75511d8f84b9bdc (patch)
tree7a792edbc3cfed70450ca9ef438288f44fe35223
parent1c4156ee127b14760ed3b1a0cd16ad12180c7ac6 (diff)
start cleanup
-rw-r--r--src/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index b9c44c8..ee189e3 100644
--- a/src/makefile
+++ b/src/makefile
@@ -95,7 +95,7 @@ LOEK += test/audio.cpp
LOEK += test/dummy.cpp
JARO += test/PhysicsTest.cpp
-FMT := $(JARO) #<<< CHANGE THIS TO YOUR NAME FOR STEP 2
+FMT := $(LOEK) #<<< CHANGE THIS TO YOUR NAME FOR STEP 2
format: FORCE
clang-tidy -p build/compile_commands.json --fix-errors $(FMT)