From a5a6fd1a552bc4335890770d75f9d1120b30bc63 Mon Sep 17 00:00:00 2001 From: quou Date: Tue, 7 Jan 2025 22:54:24 +1100 Subject: update the makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 331457d..3c7e3c5 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ data/brick_normal.tex: intermediate/brick_normal.bmp | $(data_dir) convtexture ./convtexture intermediate/brick_normal.bmp $(data_dir)/brick_normal.tex bc5 data/sky.tex: intermediate/sky.hdr | $(data_dir) convtexture - ./convtexture intermediate/sky.hdr $(data_dir)/sky.tex rgb16f + ./convtexture intermediate/sky.hdr $(data_dir)/sky.tex rgba16f data/monkey.mdl: intermediate/monkey.glb $(shaders) | $(data_dir) convmodel ./convmodel $(data_dir) intermediate/monkey.glb $(data_dir)/monkey.mdl -- cgit v1.2.3-54-g00ecf