From e53cab860457a00364b70b5b6ca58cd688a1e64f Mon Sep 17 00:00:00 2001 From: John Alanbrook Date: Sun, 23 Oct 2022 22:10:53 +0000 Subject: [PATCH] (no comment) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4f3a9c8..aec2fc0 100755 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ ifeq ($(UNAME), Windows_NT) EXT = .exe else LINKER_FLAGS = -g /usr/lib64/pipewire-0.3/jack/libjack.so.0 - ELIBS = m c engine glfw3 portaudio rt asound pthread SDL2 yughc mruby + ELIBS = m c engine glfw portaudio rt asound pthread SDL2 yughc mruby CLIBS = EXT = endif @@ -105,7 +105,7 @@ pin: engine pal: engine cp engine paladin -$(ENGINE): $(eobjects) bin/libglfw3.a +$(ENGINE): $(eobjects) @echo Making library engine.a @ar r $(ENGINE) $(eobjects) @cp -u -r $(ehead) $(INCLUDE)