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