mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 22:45:48 +01: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:
parent
dc54ff8578
commit
ea9556a76e
@ -267,7 +267,7 @@ clean:
|
||||
ifndef WINDOWS
|
||||
rm -f $(APPS)
|
||||
else
|
||||
del /Q /F *.c *.exe
|
||||
del /S /Q /F *.o *.exe
|
||||
endif
|
||||
|
||||
list:
|
||||
|
@ -424,7 +424,7 @@ test_suite_version$(EXEXT): test_suite_version.c $(DEP)
|
||||
|
||||
clean:
|
||||
ifndef WINDOWS
|
||||
rm -f $(APPS)
|
||||
rm -f $(APPS) *.c
|
||||
else
|
||||
del /Q /F *.c *.exe
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user