Clear CMake warning due to missing 'clean' rule

pull/469/head
Jeffrey Walton 2017-08-24 04:13:44 -04:00
parent d05c5089b8
commit 09d1d38d0e
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
2 changed files with 0 additions and 3 deletions

View File

@ -508,9 +508,6 @@ if (BUILD_SHARED)
add_dependencies(dynamic cryptopp-shared)
endif()
add_custom_target(distclean)
add_dependencies(distclean clean)
#============================================================================
# Third-party libraries
#============================================================================

0
GNUmakefile Normal file → Executable file
View File