loader_aw

Load OBJ/MTL file formats
git clone git://git.meso-star.fr/loader_aw.git
Log | Files | Refs | README | LICENSE

commit f0a62522e0485e12a3a42461a9fb845c099da7d8
parent ad7d0e3b9611dd345170103884abab748feffb0c
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 29 Jun 2023 08:41:50 +0200

Correct a copy/paste error in a comment

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -23,7 +23,7 @@ LIBNAME_SHARED = libaw.so LIBNAME = $(LIBNAME_$(LIB_TYPE)) ################################################################################ -# RSys building +# Library building ################################################################################ SRC = src/aw.c src/aw_obj.c src/aw_mtl.c OBJ = $(SRC:.c=.o)