commit | 9983993e27b68646444d8422de59ff06799619b5 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Aug 03 10:34:09 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Aug 03 10:42:10 2015 +0200 |
tree | 862f693656b21f595d6a760e0843135b7c0a6a15 | |
parent | 20064085455d2f89e2592c8dcb97d3bb5b087f31 [diff] [blame] |
Fix bug with make install without tests closes #232
diff --git a/Makefile b/Makefile index e1fb3cf..7f03115 100644 --- a/Makefile +++ b/Makefile
@@ -20,7 +20,7 @@ $(MAKE) -C tests ifndef WINDOWS -install: all +install: no_test mkdir -p $(DESTDIR)/include/mbedtls cp -r include/mbedtls $(DESTDIR)/include