summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZoRo <dos21h@gmail.com>2019-12-14 21:45:51 +0000
committerZoRo <dos21h@gmail.com>2019-12-14 21:45:51 +0000
commit78d1fcdb4d3be3943d9bf5767c2c1239c1d6b599 (patch)
treeac29ac292871459c770f6b7eb1c7954c8df72ec7
parent0ba4064badf57cd68c68d6f47f508cf12de35de2 (diff)
downloadcompilation-snippets-master.tar.gz
compilation-snippets-master.zip
Fixed mixing backquoteHEADmaster
-rw-r--r--python/Makefile2
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"