From 8d9c74bc4f9652739143163f6861682999fbfbe5 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Thu, 22 Sep 2022 13:21:30 -0400 Subject: finish openal and ALUT --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e31683e..f143175 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ CCFLAGS += $(INCFLAGS) LDFLAGS = -lm LDFLAGS += $(INCFLAGS) -LDFLAGS += lib/glfw/src/libglfw3.a +LDFLAGS += -lglfw LDFLAGS += lib/glm/glm/libglm_static.a LDFLAGS += -lopenal LDFLAGS += -lalut -- cgit v1.2.3-freya