mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-05 06:26:52 +00:00
Clean generated *.su file and gitignore them
This commit is contained in:
parent
d64a2f72e6
commit
80eaddfc36
4 changed files with 9 additions and 5 deletions
|
|
@ -298,8 +298,9 @@ ifndef WINDOWS
|
|||
rm -f $(APPS)
|
||||
-rm -f ssl/ssl_pthread_server$(EXEXT)
|
||||
-rm -f test/cpp_dummy_build$(EXEXT)
|
||||
-rm -f *.su
|
||||
else
|
||||
del /S /Q /F *.o *.exe
|
||||
del /S /Q /F *.o *.su *.exe
|
||||
endif
|
||||
|
||||
list:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue