diff options
author | jvech <jmvalenciae@unal.edu.co> | 2022-08-29 09:12:18 -0500 |
---|---|---|
committer | jvech <jmvalenciae@unal.edu.co> | 2022-08-29 09:12:18 -0500 |
commit | d7bd9a3dbd3486a4b0615dc9f30a890ff6d04ec6 (patch) | |
tree | 4d4e2a4770fae453a6ac541931216d5e353102b9 /Makefile | |
parent | 3b24a477cf566296aa758058aaca96cf0c117141 (diff) |
feat: 3D support added
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |