Skip to content

Commit

Permalink
Makefile: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Jan 26, 2021
1 parent 78fcfbc commit 571ed47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,7 @@ artifact-push!:
%.{dejanew}!: js/wasm32.js install/texinfo-bison-flex install/gcc-dependencies install/dejagnu | extracted/artifacts/toolchain.tar tools/bin/wasmrewrite tools/bin/wasmsect install/binfmt_misc/wasm install/binfmt_misc/elf32-wasm32 artifacts/libc.wasm artifacts/ld.wasm artifacts/libm.wasm subrepos/gcc/checkout! artifacts src/gcc
$(MAKE) artifacts/jsshell-linux-x86_64.zip
unzip artifacts/jsshell-linux-x86_64.zip -d bin
mkdir wasm
cp artifacts/*.wasm wasm
$(MAKE) artifact-timestamp
$(MAKE) build/wasm32/gcc-testsuite/$*.{dejagnu}.tar
Expand Down

0 comments on commit 571ed47

Please sign in to comment.