Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed4bd4 commit 59f8d83Copy full SHA for 59f8d83
1 file changed
Mac/Makefile.in
@@ -45,10 +45,11 @@ DOCDIR=$(srcdir)/Resources/app/Resources/English.lproj/Documentation
45
DOCINDEX=$(DOCDIR)/"Documentation idx"
46
compileall=$(srcdir)/../Lib/compileall.py
47
48
-installapps: install_PythonLauncher install_IDLE checkapplepython install_pythonw \
49
- install_versionedtools
+installapps: install_Python install_PythonLauncher install_IDLE \
+ checkapplepython install_pythonw install_versionedtools
50
51
-installapps4way: install_Python4way install_BuildApplet install_PythonLauncher install_IDLE install_pythonw4way install_versionedtools
+installapps4way: install_Python4way install_PythonLauncher \
52
+ install_IDLE install_pythonw4way install_versionedtools
53
54
55
install_pythonw: pythonw
0 commit comments