diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 1f75e45d..ab70e9cb 100644 --- a/Makefile +++ b/Makefile @@ -211,7 +211,7 @@ test_python27: else test_python27: - @echo "[-] You seem to need to install the package python3.7-dev or python2.7-dev, but it is optional so we continue" + @echo "[-] You seem to need to install the package python3.7-dev or python2.7-dev (and perhaps python[23]-apt), but it is optional so we continue" endif |