mirror of https://github.com/pyodide/pyodide.git
Minor Makefile fixes
This commit is contained in:
parent
81db319349
commit
8be338a19c
4
Makefile
4
Makefile
|
@ -118,8 +118,8 @@ benchmark: all build/test.html
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -fr root
|
rm -fr root
|
||||||
rm build/*
|
rm -fr build/*
|
||||||
rm src/*.bc
|
rm -fr src/*.bc
|
||||||
make -C packages clean
|
make -C packages clean
|
||||||
make -C six clean
|
make -C six clean
|
||||||
echo "The Emsdk and CPython are not cleaned. cd into those directories to do so."
|
echo "The Emsdk and CPython are not cleaned. cd into those directories to do so."
|
||||||
|
|
Loading…
Reference in New Issue