@@ -2,6 +2,7 @@ LIBGLFW=./libglfw.so
BIN = ./manigraph
OBJ = \
src/texture.o \
src/window.o \
src/matrix.o \
src/shader.o \
@@ -15,7 +16,7 @@ LIB = \
DOC = \
DESIGN.pdf
CFLAGS= \
CFLAGS = \
-I./ext/cglm/include \
-I./ext/glfw/include \
-Wall -Wno-unused-function -std=c89
The note is not visible to the blocked user.