diff options
| author | quou <quou@disroot.org> | 2025-01-07 22:54:24 +1100 | 
|---|---|---|
| committer | quou <quou@disroot.org> | 2025-01-07 22:54:24 +1100 | 
| commit | a5a6fd1a552bc4335890770d75f9d1120b30bc63 (patch) | |
| tree | 93aca0dfe5c3a88fa317fc6a5c0fed7a47deccf2 /Makefile | |
| parent | ce6efd3b28b5cec813c715a57a884199fa3b3ce1 (diff) | |
update the makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 |