Commit 975d1336 authored by David Hendriks's avatar David Hendriks
Browse files

updated make clean command

parent 77cef2b1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -62,5 +62,6 @@ test:

clean:
	$(RM) $(OBJ_DIR)/*.o $(TARGET_LIB_DIR)/*.so
	$(RM) *.o
	$(RM) *.so
	$(RM) -r build/
+3 −3
Original line number Diff line number Diff line
@@ -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
)