mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-18 16:33:01 +00:00
Fix mistaken changes in Makefile's clean target
I was a bit too trigger-happy with copy-pasting in a previous commit...
This commit is contained in:
@@ -267,7 +267,7 @@ clean:
|
||||
ifndef WINDOWS
|
||||
rm -f $(APPS)
|
||||
else
|
||||
del /Q /F *.c *.exe
|
||||
del /S /Q /F *.o *.exe
|
||||
endif
|
||||
|
||||
list:
|
||||
|
||||
Reference in New Issue
Block a user