From: Ben Laurie Date: Wed, 27 Feb 2013 04:07:55 +0000 (+0000) Subject: Add reallyclean target. X-Git-Tag: master-pre-reformat~1363 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f953c2d039f81ecbe8dfec86c3c22f204262cd21;p=openssl Add reallyclean target. --- diff --git a/util/mk1mf.pl b/util/mk1mf.pl index 7901ff121d..162684012d 100755 --- a/util/mk1mf.pl +++ b/util/mk1mf.pl @@ -766,6 +766,13 @@ vclean: \$(RM) \$(TMP_D)$o*.* \$(RM) \$(OUT_D)$o*.* +reallyclean: + \$(RM) -rf \$(TMP_D) + \$(RM) -rf \$(BIN_D) + \$(RM) -rf \$(TEST_D) + \$(RM) -rf \$(LIB_D) + \$(RM) -rf \$(INC_D) + EOF my $platform_cpp_symbol = "MK1MF_PLATFORM_$platform";