diff options
author | ZoRo <dos21h@gmail.com> | 2019-12-14 21:45:51 +0000 |
---|---|---|
committer | ZoRo <dos21h@gmail.com> | 2019-12-14 21:45:51 +0000 |
commit | 78d1fcdb4d3be3943d9bf5767c2c1239c1d6b599 (patch) | |
tree | ac29ac292871459c770f6b7eb1c7954c8df72ec7 /python/Makefile | |
parent | 0ba4064badf57cd68c68d6f47f508cf12de35de2 (diff) | |
download | compilation-snippets-78d1fcdb4d3be3943d9bf5767c2c1239c1d6b599.tar.gz compilation-snippets-78d1fcdb4d3be3943d9bf5767c2c1239c1d6b599.zip |
Diffstat (limited to 'python/Makefile')
-rw-r--r-- | python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile b/python/Makefile index 272eac1..3538801 100644 --- a/python/Makefile +++ b/python/Makefile @@ -2,7 +2,7 @@ VERSION=2.7.17 VERSION3=3.8.0 INSTALL_PATH=`pwd`/../output2 -INSTALL_PATH3=pwd`/../output3 +INSTALL_PATH3=`pwd`/../output3 make: download echo "Create static python" |