chore: use cd not pushd popd

main
Sean McBride 4 years ago
parent def9741111
commit f419cd4501

@ -9,7 +9,7 @@ WASMCEPTION_URL=https://github.com/gwsystems/wasmception/releases/download/v0.2.
.PHONY: build
build:
ifeq ($(ARCH),x86_64)
pushd /sledge/awsm/wasmception && wget ${WASMCEPTION_URL} -O wasmception.tar.gz && tar xvfz wasmception.tar.gz && rm wasmception.tar.gz && popd
cd /sledge/awsm/wasmception && wget ${WASMCEPTION_URL} -O wasmception.tar.gz && tar xvfz wasmception.tar.gz && rm wasmception.tar.gz
endif
test -f ./${COMPILER}/wasmception/dist/bin/clang || make -C ${COMPILER}/wasmception
@cd ${COMPILER} && cargo build --release && cd ${ROOT}

Loading…
Cancel
Save