src/Makefile

changeset 307
3bb4f69b94e0
parent 287
359eaf2a8bd2
--- 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