aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2022-08-19 10:08:09 -0500
committerjvech <jmvalenciae@unal.edu.co>2022-08-19 10:08:09 -0500
commit3bad7358dc55a969aec23bb5a5932c072d4beedd (patch)
treee4685599e1c433300bbf6f734e4fbff2597eda0b /Makefile
parentebb66ddbb17a3b82f7632a07fa4db60223b9e55a (diff)
feat: vertex and fragment shader loader implemented
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d0240b9..5a591cc 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ CFLAGS := -Wall -Wall -pedantic -std=c11
DLIBS := $(shell pkg-config --libs glfw3 opengl glew)
OBJDIR = objs
SRCDIR = src
-OBJS = $(addprefix objs/,main.o)
+OBJS = $(addprefix objs/,main.o shader.o)
BIN = mverse
all: build
Feel free to download, copy and edit any repo