Reduce verbosity of wasm_build/Makefile build
All checks were successful
Build and Publish WASM version of demo / Build-And-Deploy (push) Successful in 19s
All checks were successful
Build and Publish WASM version of demo / Build-And-Deploy (push) Successful in 19s
This commit is contained in:
parent
2367b57294
commit
1e38e735b0
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ HEADERS = \
|
|||
|
||||
OBJECTS = $(addprefix ${OBJDIR}/,$(subst ..,PREVDIR,$(subst .cc,.cc.o,${SOURCES})))
|
||||
|
||||
CXX = source ${HOME}/git/emsdk/emsdk_env.sh && em++
|
||||
CXX = source ${HOME}/git/emsdk/emsdk_env.sh &>/dev/null && em++
|
||||
|
||||
all: | format jumpartifact.com_demo_0.html
|
||||
|
||||
|
|
Loading…
Reference in a new issue