aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-11-11 10:50:40 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-11-11 10:50:40 +0100
commit880a7b1fb233a67303ad5a4155dc459f79734762 (patch)
tree955faa9c02480f17cb4a674ae9a1b82dab741a63 /src/makefile
parent3a690f7d0c91b92b9cdfe62f44dba8db90142abc (diff)
big cleanup events + events are now structs
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/makefile b/src/makefile
index b9c44c8..03a2c0e 100644
--- a/src/makefile
+++ b/src/makefile
@@ -94,8 +94,16 @@ 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/Event.h
+WOUTER += crepe/api/EventHandler.cpp
+WOUTER += crepe/api/EventHandler.h
+WOUTER += crepe/api/EventManager.cpp
+WOUTER += crepe/api/EventManager.h
+WOUTER += crepe/api/IKeyListener.cpp
+WOUTER += crepe/api/IKeyListener.h
+WOUTER += crepe/api/IMouseListener.cpp
+WOUTER += crepe/api/IMouseListener.h
+FMT := $(WOUTER) #<<< CHANGE THIS TO YOUR NAME FOR STEP 2
format: FORCE
clang-tidy -p build/compile_commands.json --fix-errors $(FMT)