diff --git a/Makefile b/Makefile index ea7cf367252874f113d9cacfe37fe5c920097722..3bf93bfcbdced05007f97bbc517ab4fec3111d82 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 88648bed4ae92ea4b32f00863586b6110b4e94d4..3ed03641a4ca446b148fbe25cf6d04777eedb24e 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 )