diff options
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/makefile b/src/makefile index b9c44c8..ce5a29f 100644 --- a/src/makefile +++ b/src/makefile @@ -94,8 +94,11 @@ LOEK += example/script.cpp LOEK += test/audio.cpp LOEK += test/dummy.cpp JARO += test/PhysicsTest.cpp - -FMT := $(JARO) #<<< CHANGE THIS TO YOUR NAME FOR STEP 2 +WOUTER += crepe/api/LoopManager.h +WOUTER += crepe/api/LoopManager.cpp +WOUTER += crepe/api/LoopTimer.h +WOUTER += crepe/api/LoopTimer.cpp +FMT := $(WOUTER) #<<< CHANGE THIS TO YOUR NAME FOR STEP 2 format: FORCE clang-tidy -p build/compile_commands.json --fix-errors $(FMT) |