This commit is contained in:
2
makefile
2
makefile
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user