test/Makefile

changeset 50
d8d2e4817db1
parent 48
6e5b5ba2752c
child 61
b7954818a6b7
     1.1 --- a/test/Makefile	Mon Apr 01 19:44:00 2024 +0200
     1.2 +++ b/test/Makefile	Tue Apr 09 21:18:52 2024 +0200
     1.3 @@ -49,7 +49,8 @@
     1.4   ../src/ascension/scene.h ../src/ascension/transform.h \
     1.5   ../src/ascension/camera.h ../src/ascension/ui/font.h \
     1.6   ../src/ascension/ui.h ../src/ascension/ui/text.h \
     1.7 - ../src/ascension/ui/font.h ../src/ascension/ui/../scene.h
     1.8 + ../src/ascension/ui/font.h ../src/ascension/ui/../scene.h \
     1.9 + ../src/ascension/ui/../texture.h
    1.10  	@echo "Compiling $<"
    1.11  	$(CC) -o $@ $(CFLAGS) -c $<
    1.12  

mercurial