From d462f82c8e39fc0da3a684d2cad522d08a0d5f71 Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 15 Aug 2025 12:59:00 -0400 Subject: [PATCH] Fix makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 0e4d9f7..862f0ab 100644 --- a/makefile +++ b/makefile @@ -9,7 +9,7 @@ LIBNAME := libchess SRC := $(wildcard $(SRCDIR)/*.c) OBJ := $(patsubst $(SRCDIR)/%.c,$(BUILDDIR)/%.o,$(SRC)) -LIB := $(BUILDDIR)/$(LIBNAME).$(SOEXT) +LIB := $(BUILDDIR)/$(LIBNAME).so .PHONY: all clean clean-pycache test