Require unix-utils in path for windows make

This commit is contained in:
Manuel Pégourié-Gonnard 2015-02-13 11:59:19 +00:00
parent d72704b0d5
commit 5d46cca09a
5 changed files with 9 additions and 25 deletions

View file

@ -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)