From 67aff36500f8223b4d0dfad8c1f48b670a4ba722 Mon Sep 17 00:00:00 2001 From: night0721 <night@night0721.xyz> Date: Sat, 1 Feb 2025 15:38:06 +0000 Subject: [PATCH] Remove LIBS from Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f18ba60..30184be 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ OBJS = $(SRC:.c=.o) $(CC) -o $@ $(CFLAGS) -c $< $(TARGET): $(OBJS) config.h - $(CC) -o $@ $(OBJS) $(LIBS) + $(CC) -o $@ $(OBJS) dist: mkdir -p $(TARGET)-$(VERSION)