aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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
Feel free to download, copy and edit any repo