From 55e8d452dab6ad5a96315c009cb52f7b55979078 Mon Sep 17 00:00:00 2001 From: Francisco Javier Trujillo Mata Date: Fri, 27 Jun 2025 21:53:11 +0200 Subject: [PATCH] Adding example to makefile --- src/samples/Makefile.am | 2 ++ src/samples/Makefile.samples | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/samples/Makefile.am b/src/samples/Makefile.am index fc6d8ad7..05432be4 100644 --- a/src/samples/Makefile.am +++ b/src/samples/Makefile.am @@ -21,6 +21,7 @@ SAMPLES = \ gu/clut \ gu/common \ gu/copy \ + gu/doublelist \ gu/cube \ gu/envmap \ gu/integerdrawing \ @@ -43,6 +44,7 @@ SAMPLES = \ gu/text \ gu/timing \ gu/vertex \ + gu/vsync30FPS \ gu/zbufferfog \ ir/sircs \ ir/irda \ diff --git a/src/samples/Makefile.samples b/src/samples/Makefile.samples index cc3c3daf..214e232c 100644 --- a/src/samples/Makefile.samples +++ b/src/samples/Makefile.samples @@ -18,6 +18,7 @@ SAMPLES = \ gu/clut \ gu/copy \ gu/cube \ + gu/doublelist \ gu/envmap \ gu/integerdrawing \ gu/lights \ @@ -40,6 +41,7 @@ SAMPLES = \ gu/text \ gu/timing \ gu/vertex \ + gu/vsync30FPS \ gu/zbufferfog \ ir/sircs \ ir/irda \