From 452a074976ee459672ba41e9d3e424d740007292 Mon Sep 17 00:00:00 2001 From: ABelliqueux Date: Tue, 29 Dec 2020 13:02:37 +0100 Subject: [PATCH] add tw example --- Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 803a018..aef3ccc 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ SRCS = hello_world.c \ #~ ../common/crt0/crt0.s \ #~ TIM/bousai.tim \ -#~ ## Hello shaded +#~ ## Hello shaded textured #~ TARGET = hello_poly_gt #~ TYPE = ps-exe @@ -49,6 +49,14 @@ SRCS = hello_world.c \ #~ ../common/crt0/crt0.s \ #~ TIM/bousai.tim \ +#~ ## Hello shaded window textured +#~ TARGET = hello_poly_gt_tw +#~ TYPE = ps-exe + +#~ SRCS = hello_poly_gt_tw.c \ +#~ ../common/crt0/crt0.s \ +#~ TIM/bousai.tim \ + #~ ## Hello sprt #~ TARGET = hello_sprt #~ TYPE = ps-exe