From 5f7e4dacdfc6a138fbade7934d803b29a76246c6 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Wed, 14 Aug 2019 09:08:17 -0700 Subject: [PATCH] Add "env" make target (#505) I found this useful while debugging #501, because it let me print environment variables like `EMSCRIPTEN_VERSION` and `PATH`. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index fdc630f9d..a67615964 100644 --- a/Makefile +++ b/Makefile @@ -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; \