aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-12 19:55:11 +0100
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-11-12 19:55:11 +0100
commit8524865e9a62974f77f63d70929000fc63c679d7 (patch)
tree8ff2966e88c4185cc37581755a8ae192c78b4745 /src/makefile
parentfabdc6e27bdb41042d7a530c5f2440ca5a330118 (diff)
makefile
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/makefile b/src/makefile
index 356179e..21903a7 100644
--- a/src/makefile
+++ b/src/makefile
@@ -28,18 +28,18 @@ MAX += crepe/api/Metadata.cpp
MAX += crepe/api/Metadata.h
JARO += crepe/Particle.cpp
JARO += crepe/Particle.h
-TODO += crepe/Position.h
-TODO += crepe/api/AssetManager.cpp
-TODO += crepe/api/AssetManager.h
-TODO += crepe/api/AssetManager.hpp
+NIELS += crepe/Position.h
+NIELS += crepe/api/AssetManager.cpp
+NIELS += crepe/api/AssetManager.h
+NIELS += crepe/api/AssetManager.hpp
LOEK += crepe/api/AudioSource.cpp
LOEK += crepe/api/AudioSource.h
LOEK += crepe/api/BehaviorScript.cpp
LOEK += crepe/api/BehaviorScript.h
LOEK += crepe/api/BehaviorScript.hpp
TODO += crepe/api/CircleCollider.h
-TODO += crepe/api/Color.cpp
-TODO += crepe/api/Color.h
+NIELS += crepe/api/Color.cpp
+NIELS += crepe/api/Color.h
LOEK += crepe/api/Config.h
MAX += crepe/api/GameObject.cpp
MAX += crepe/api/GameObject.h
@@ -53,14 +53,14 @@ JARO += crepe/api/Rigidbody.h
LOEK += crepe/api/Script.cpp
LOEK += crepe/api/Script.h
LOEK += crepe/api/Script.hpp
-TODO += crepe/api/Sprite.cpp
-TODO += crepe/api/Sprite.h
-TODO += crepe/api/Texture.cpp
-TODO += crepe/api/Texture.h
+NIELS += crepe/api/Sprite.cpp
+NIELS += crepe/api/Sprite.h
+NIELS += crepe/api/Texture.cpp
+NIELS += crepe/api/Texture.h
MAX += crepe/api/Transform.cpp
MAX += crepe/api/Transform.h
-TODO += crepe/facade/SDLContext.cpp
-TODO += crepe/facade/SDLContext.h
+NIELS += crepe/facade/SDLContext.cpp
+NIELS += crepe/facade/SDLContext.h
LOEK += crepe/facade/Sound.cpp
LOEK += crepe/facade/Sound.h
LOEK += crepe/facade/SoundContext.cpp
@@ -71,8 +71,8 @@ JARO += crepe/system/ParticleSystem.cpp
JARO += crepe/system/ParticleSystem.h
JARO += crepe/system/PhysicsSystem.cpp
JARO += crepe/system/PhysicsSystem.h
-TODO += crepe/system/RenderSystem.cpp
-TODO += crepe/system/RenderSystem.h
+NIELS += crepe/system/RenderSystem.cpp
+NIELS += crepe/system/RenderSystem.h
LOEK += crepe/system/ScriptSystem.cpp
LOEK += crepe/system/ScriptSystem.h
LOEK += crepe/system/System.h
@@ -82,21 +82,21 @@ LOEK += crepe/util/fmt.cpp
LOEK += crepe/util/fmt.h
LOEK += crepe/util/log.cpp
LOEK += crepe/util/log.h
-TODO += example/asset_manager.cpp
+NIELS += example/asset_manager.cpp
LOEK += example/audio_internal.cpp
TODO += example/components_internal.cpp
MAX += example/ecs.cpp
LOEK += example/log.cpp
JARO += example/particles.cpp
JARO += example/physics.cpp
-TODO += example/rendering.cpp
+NIELS += example/rendering.cpp
LOEK += example/script.cpp
LOEK += test/audio.cpp
LOEK += test/dummy.cpp
JARO += test/PhysicsTest.cpp
JARO += test/ParticleTest.cpp
-FMT := $(JARO) #<<< CHANGE THIS TO YOUR NAME FOR STEP 2
+FMT := $(NIELS) #<<< CHANGE THIS TO YOUR NAME FOR STEP 2
format: FORCE
clang-tidy -p build/compile_commands.json --fix-errors $(FMT)