diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-09 12:58:26 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-09 12:58:26 +0100 |
commit | d3ed3f4daa335bb881dbcf55aa425c602ddbd2f4 (patch) | |
tree | 0211b5963380fd67a97c07416bf08fb1ad060754 /src/makefile | |
parent | 0feda3d123ff99a1b9e41837482268bebfd9140a (diff) |
changed variables
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile index b9c44c8..5e525e8 100644 --- a/src/makefile +++ b/src/makefile @@ -94,7 +94,10 @@ LOEK += example/script.cpp LOEK += test/audio.cpp LOEK += test/dummy.cpp JARO += test/PhysicsTest.cpp - +WOUTER += crepe/api/LoopManager.cpp +WOUTER += crepe/api/LoopManager.h +WOUTER += crepe/api/LoopTimer.cpp +WOUTER += crepe/api/LoopTimer.h FMT := $(JARO) #<<< CHANGE THIS TO YOUR NAME FOR STEP 2 format: FORCE clang-tidy -p build/compile_commands.json --fix-errors $(FMT) |