From 975d1336d7feabde6a35939ae2e40df206622ccf Mon Sep 17 00:00:00 2001
From: David Hendriks <davidhendriks93@gmail.com>
Date: Thu, 21 Nov 2019 09:35:41 +0000
Subject: [PATCH] updated make clean command

---
 Makefile | 1 +
 setup.py | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index ea7cf3672..3bf93bfcb 100644
--- a/Makefile
+++ b/Makefile
@@ -62,5 +62,6 @@ test:
 
 clean:
 	$(RM) $(OBJ_DIR)/*.o $(TARGET_LIB_DIR)/*.so
+	$(RM) *.o
 	$(RM) *.so
 	$(RM) -r build/
diff --git a/setup.py b/setup.py
index 88648bed4..3ed03641a 100644
--- a/setup.py
+++ b/setup.py
@@ -97,7 +97,7 @@ setup(
     long_description=readme(),
     url="https://gitlab.eps.surrey.ac.uk/ri0005/binary_c-python",
     license="",
-    ext_modules=[
-        binary_c_python_api_module
-    ],  # binary_c must be loaded
+    # ext_modules=[
+    #     binary_c_python_api_module
+    # ],  # binary_c must be loaded
 )
-- 
GitLab