From d7bd9a3dbd3486a4b0615dc9f30a890ff6d04ec6 Mon Sep 17 00:00:00 2001 From: jvech Date: Mon, 29 Aug 2022 09:12:18 -0500 Subject: feat: 3D support added --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 56f81cc..aaf20db 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC := cc -CFLAGS := -Wall -Wall -pedantic -std=c11 +CFLAGS := -Wall -pedantic -pedantic-errors -std=c11 DLIBS := -lm $(shell pkg-config --libs glfw3 opengl glew) OBJDIR = objs SRCDIR = src -- cgit v1.2.3-70-g09d2