mirror of https://github.com/pyodide/pyodide.git
9 lines
203 B
Makefile
9 lines
203 B
Makefile
|
PYODIDE_ROOT=$(abspath ..)
|
||
|
include ../Makefile.envs
|
||
|
|
||
|
all:
|
||
|
../tools/buildall . --output=../build --ldflags="$(SIDE_LDFLAGS)" --host=$(HOSTPYTHONROOT) --target=$(TARGETPYTHONROOT)
|
||
|
|
||
|
clean:
|
||
|
rm -rf */build
|