From 5d2c6f0a266d1ba8761240a044d35079dcadf736 Mon Sep 17 00:00:00 2001 From: jvech Date: Wed, 10 Aug 2022 22:17:34 -0500 Subject: Hello Window Done --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 90ec09f..d0240b9 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ CC := cc CFLAGS := -Wall -Wall -pedantic -std=c11 -DLIBS := -lglfw -lGLEW -lGL -lm +DLIBS := $(shell pkg-config --libs glfw3 opengl glew) OBJDIR = objs SRCDIR = src -OBJS = $(addprefix objs/,main.o linear.o) +OBJS = $(addprefix objs/,main.o) BIN = mverse all: build -- cgit v1.2.3-70-g09d2