--- a/src/Makefile Thu May 21 12:34:28 2026 +0200 +++ b/src/Makefile Thu May 21 12:34:40 2026 +0200 @@ -101,8 +101,10 @@ @echo "Compiling $<" $(CC) -o $@ $(CFLAGS) -c $< -$(BUILD_DIR)/mesh.o: mesh.c ascension/error.h ascension/mesh.h \ - ascension/datatypes.h +$(BUILD_DIR)/mesh.o: mesh.c ascension/context.h ascension/datatypes.h \ + ascension/window.h ascension/glcontext.h ascension/scene.h \ + ascension/scene_node.h ascension/transform.h ascension/camera.h \ + ascension/input.h ascension/error.h ascension/mesh.h @echo "Compiling $<" $(CC) -o $@ $(CFLAGS) -c $<