aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2022-08-29 09:12:18 -0500
committerjvech <jmvalenciae@unal.edu.co>2022-08-29 09:12:18 -0500
commitd7bd9a3dbd3486a4b0615dc9f30a890ff6d04ec6 (patch)
tree4d4e2a4770fae453a6ac541931216d5e353102b9 /Makefile
parent3b24a477cf566296aa758058aaca96cf0c117141 (diff)
feat: 3D support added
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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
Feel free to download, copy and edit any repo