3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-26 14:23:38 +01:00

add wrap_clean make target.

-> to clean the cython wrappers.
This commit is contained in:
Olivier Parcollet 2013-09-13 19:16:08 +02:00
parent e0f0c85c3d
commit 5fe1ebcc3b

View File

@ -22,3 +22,5 @@ install (FILES ${PYTHON_SOURCES} DESTINATION ${TRIQS_PYTHON_LIB_DEST})
add_all_subdirectories_with_cmakelist() add_all_subdirectories_with_cmakelist()
add_custom_target(wrap_clean COMMAND find ${CMAKE_BINARY_DIR} -name \"*.cpp\" |xargs rm)