aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2022-08-10 22:17:34 -0500
committerjvech <jmvalenciae@unal.edu.co>2022-08-10 22:17:34 -0500
commit5d2c6f0a266d1ba8761240a044d35079dcadf736 (patch)
tree7c20c575b63a98ba2c8f11af8486dc329bdaa4e4 /Makefile
parent60c40e5c9837d025286c78a59b32b39f84713d5d (diff)
Hello Window Done
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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
Feel free to download, copy and edit any repo