Adding example to makefile

This commit is contained in:
Francisco Javier Trujillo Mata
2025-06-27 21:53:11 +02:00
parent 88b8257126
commit 55e8d452da
2 changed files with 4 additions and 0 deletions

View File

@@ -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 \

View File

@@ -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 \