diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000..53e0d060db --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ + +all: pypy-c + +pypy-c: + @echo "Building PyPy with JIT, it'll take about 40 minutes and 4G of RAM" + @sleep 3 + rpython/bin/rpython -Ojit pypy/goal/targetpypystandalone.py |