mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-24 17:41:01 +03:00
Revert "Require unix-utils in path for windows make"
This reverts commit 5d46cca09a.
In preparation of merging an external contribution that superseedes this
Conflicts:
ChangeLog
This commit is contained in:
@@ -242,7 +242,12 @@ 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)
|
||||
|
||||
Reference in New Issue
Block a user