From 1245dcd39446c073a73ef18a02d6ee12d5c2c924 Mon Sep 17 00:00:00 2001 From: heck Date: Wed, 5 Jan 2022 14:52:29 +0100 Subject: [PATCH] Build: make clean - fix inplace build --- Makefile.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.conf b/Makefile.conf index 5b7890a..730d2aa 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -4,7 +4,7 @@ HERE:=$(dir $(lastword $(MAKEFILE_LIST))) BUILD_DIR = ./build DIST_DIR = ./dist VERSION_FILE = ./src/pEp/__version__.py -BUILD_INPLACE = ./src/pEp/_pEp.cpython-38-darwin.so +BUILD_INPLACE = ./src/pEp/_pEp.cpython-* PYTHON_ARTIFACTS += ./.eggs PYTHON_ARTIFACTS += ./src/pEp.egg-info PYTHON_ARTIFACTS += ./.pytest_cache