# HG changeset patch # User Mike Becker # Date 1779359680 -7200 # Node ID 3bb4f69b94e05ce8509b567803920ebd98753a25 # Parent a7475f739778dab1c868123f7ab3ed5037eb8841 update make rules for mesh.o diff -r a7475f739778 -r 3bb4f69b94e0 src/Makefile --- 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 $<