add-fen-loader #5

Merged
Josh merged 8 commits from add-fen-loader into main 2025-08-16 16:51:53 +00:00
Showing only changes of commit d462f82c8e - Show all commits

View File

@@ -9,7 +9,7 @@ LIBNAME := libchess
SRC := $(wildcard $(SRCDIR)/*.c) SRC := $(wildcard $(SRCDIR)/*.c)
OBJ := $(patsubst $(SRCDIR)/%.c,$(BUILDDIR)/%.o,$(SRC)) OBJ := $(patsubst $(SRCDIR)/%.c,$(BUILDDIR)/%.o,$(SRC))
LIB := $(BUILDDIR)/$(LIBNAME).$(SOEXT) LIB := $(BUILDDIR)/$(LIBNAME).so
.PHONY: all clean clean-pycache test .PHONY: all clean clean-pycache test