diff --git a/CMakeLists.txt b/CMakeLists.txt index 0691adcd..7a4f1d2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -508,9 +508,6 @@ if (BUILD_SHARED) add_dependencies(dynamic cryptopp-shared) endif() -add_custom_target(distclean) -add_dependencies(distclean clean) - #============================================================================ # Third-party libraries #============================================================================ diff --git a/GNUmakefile b/GNUmakefile old mode 100644 new mode 100755