diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-07 20:58:54 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-07 20:58:54 +0100 |
commit | ace974504e410eb7d98ca021d75511d8f84b9bdc (patch) | |
tree | 7a792edbc3cfed70450ca9ef438288f44fe35223 /src/makefile | |
parent | 1c4156ee127b14760ed3b1a0cd16ad12180c7ac6 (diff) |
start cleanup
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 2 |
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) |