fix make dependencies for behavior.o

Sun, 06 Jul 2025 18:49:08 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 06 Jul 2025 18:49:08 +0200
changeset 185
7f0653d43a0d
parent 184
fe735cd266f3
child 186
e9bb4d4f88a8

fix make dependencies for behavior.o

src/Makefile file | annotate | diff | comparison | revisions
--- a/src/Makefile	Sun Jul 06 18:47:28 2025 +0200
+++ b/src/Makefile	Sun Jul 06 18:49:08 2025 +0200
@@ -57,7 +57,7 @@
  ascension/scene_node.h ascension/datatypes.h ascension/transform.h \
  ascension/context.h ascension/window.h ascension/glcontext.h \
  ascension/scene.h ascension/camera.h ascension/input.h \
- ascension/ui/font.h ascension/scene.h
+ ascension/ui/font.h ascension/scene.h ascension/util.h ascension/error.h
 	@echo "Compiling $<"
 	$(CC) -o $@ $(CFLAGS) -c $<
 

mercurial