0.3 Rotate axis

This commit is contained in:
PedroEdiaz
2024-09-06 05:08:07 +06:00
parent 0f387f8a71
commit 6161d310bc
8 changed files with 35 additions and 36 deletions

View File

@@ -6,6 +6,7 @@ OBJ = \
src/window.o \
src/matrix.o \
src/shader.o \
src/input.o \
src/color.o \
src/mesh.o \
src/main.o
@@ -33,6 +34,9 @@ run:
LD_LIBRARY_PATH=. $(BIN)
clean:
rm $(OBJ) $(BIN)
clean-all:
rm $(OBJ) $(DOC) $(LIB) $(BIN)
.SUFFIXES: .ms .pdf .c .o