update make rules for mesh.o default tip

Thu, 21 May 2026 12:34:40 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 21 May 2026 12:34:40 +0200
changeset 307
3bb4f69b94e0
parent 306
a7475f739778

update make rules for mesh.o

src/Makefile file | annotate | diff | comparison | revisions
--- 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 $<
 

mercurial