From 03b170a84708960aec6a366903f5e13aa80909e8 Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Wed, 20 Nov 2019 21:41:01 +0000 Subject: [PATCH] struggling with having a good structure --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 403b21c93..ea7cf3672 100644 --- a/Makefile +++ b/Makefile @@ -44,9 +44,8 @@ SO_FLAGS := -shared # To create python shared library PY_EXEC := python3 PY_SETUP := setup.py -PY_OPTIONS := build_ext --build-lib $(TARGET_LIB_DIR) - -# PY_OPTIONS := build_ext --inplace -- +#PY_OPTIONS := build_ext --build-lib $(TARGET_LIB_DIR) +PY_OPTIONS := build_ext --inplace -- # maybe pass argument from here to the setup.py? all: @@ -64,4 +63,4 @@ test: clean: $(RM) $(OBJ_DIR)/*.o $(TARGET_LIB_DIR)/*.so $(RM) *.so - $(RM) -r build/ \ No newline at end of file + $(RM) -r build/ -- GitLab