From 30f2fb748307ea32000089cecaff4d0c4e3d5d73 Mon Sep 17 00:00:00 2001 From: jvech Date: Sun, 30 Oct 2022 19:44:00 -0500 Subject: feat: mtl file reading added Bugs to Fix: - Reading from standard input cause segmentation error - If the subsequent line to the last f component is a blank line mverse will throw an error - mtl path finding needs to be improved - shaders must be improved --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3895e4d..26317a4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC := cc -CFLAGS := -Wall -pedantic -pedantic-errors -std=c11 +CFLAGS := -Wall -pedantic -pedantic-errors -std=c99 DLIBS := -lm $(shell pkg-config --libs glfw3 opengl glew) INCLUDE := $(addprefix -I,./include) OBJDIR = objs -- cgit v1.2.3-70-g09d2