diff options
author | 2020-05-05 15:11:15 +0300 | |
---|---|---|
committer | 2020-05-05 15:11:15 +0300 | |
commit | 3551083568b83673922ba5f29499b63e32a07e7f (patch) | |
tree | b9f506661fe6c754f57ce2276366a8788ed0f25b /Makefile | |
parent | merge bo-fix-source-links which fixed doc extlinks (diff) | |
download | pypy-3551083568b83673922ba5f29499b63e32a07e7f.tar.gz pypy-3551083568b83673922ba5f29499b63e32a07e7f.tar.bz2 pypy-3551083568b83673922ba5f29499b63e32a07e7f.zip |
use external heptapod tutorial
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ else RUNINTERP = $(PYPY_EXECUTABLE) endif -URAM := $(shell $(RUNINTERP) -c "import sys; print 4.5 if sys.maxint>1<<32 else 2.5") +URAM := $(shell $(RUNINTERP) -c "import sys; print(4.5 if sys.maxint>1<<32 else 2.5)") JOBS=$(subst -j,--make-jobs ,$(filter -j%, $(MAKEFLAGS))) |