Skip to content

Commit

Permalink
Add "env" make target (pyodide#505)
Browse files Browse the repository at this point in the history
I found this useful while debugging pyodide#501, because it let me print
environment variables like `EMSCRIPTEN_VERSION` and `PATH`.
  • Loading branch information
msabramo authored and mdboom committed Aug 14, 2019
1 parent 1ade208 commit 5f7e4da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ build/pyodide.asm.js: src/main.bc src/jsimport.bc src/jsproxy.bc src/js2python.b
rm build/pyodide.asm.html


env:
env


build/pyodide.asm.data: root/.built
( \
cd build; \
Expand Down

0 comments on commit 5f7e4da

Please sign in to comment.