0.2 Draw axis

This commit is contained in:
PedroEdiaz
2024-09-05 14:48:51 +00:00
parent a2f49afbf4
commit 06e8e9074b
11 changed files with 213 additions and 53 deletions

View File

@@ -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