Skip to content

Commit 61d0175

Browse files
author
Mingshen Sun
committed
makefile: remove cffi_imports for all targets
1 parent 1c0b8b8 commit 61d0175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
all: pypy-c cffi_imports
2+
all: pypy-c
33

44
PYPY_EXECUTABLE := $(shell which pypy)
55
URAM := $(shell python -c "import sys; print 4.5 if sys.maxint>1<<32 else 2.5")

0 commit comments

Comments
 (0)