From 4ffb872e48a0e9eada805c6b8f7567319b7e3f53 Mon Sep 17 00:00:00 2001 From: jvech Date: Thu, 29 Jun 2023 08:22:31 -0500 Subject: add: camera module implemented now the camera has its oown properties and functions It should ease its management --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4e2382d..99a2459 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ DLIBS := -lm $(shell pkg-config --libs glfw3 opengl glew) INCLUDE := $(addprefix -I,./include) OBJDIR = objs SRCDIR = src -OBJS = $(addprefix objs/,main.o shader.o linear.o obj.o) +OBJS = $(addprefix objs/,main.o shader.o linear.o obj.o camera.o) BIN = mverse SHADERS_DIR = /usr/share/${BIN} @@ -24,7 +24,7 @@ $(OBJDIR)/%.o: $(SRCDIR)/%.c build: $(OBJS) ${CC} $^ -o ${BIN} ${DLIBS} -run: +run: build ./${BIN} models/cessna.obj install: build -- cgit v1.2.3-70-g09d2