mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Add reallyclean target.
This commit is contained in:
parent
342dbbbe4e
commit
f953c2d039
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user