mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-11 00:48:37 +01:00
Require unix-utils in path for windows make
This commit is contained in:
parent
d72704b0d5
commit
5d46cca09a
5 changed files with 9 additions and 25 deletions
|
|
@ -242,12 +242,7 @@ x509/cert_req: x509/cert_req.c ../library/libmbedtls.a
|
|||
$(CC) $(CFLAGS) $(OFLAGS) x509/cert_req.c $(LDFLAGS) -o $@
|
||||
|
||||
clean:
|
||||
ifndef WINDOWS
|
||||
rm -f $(APPS)
|
||||
endif
|
||||
ifdef WINDOWS
|
||||
del /S /Q /F *.o *.exe
|
||||
endif
|
||||
|
||||
list:
|
||||
echo $(APPS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue