Skip to content

Commit a01336c

Browse files
committed
fix: correct indentation in Makefile for better readability
1 parent 4a107ee commit a01336c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/wasm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $(1P_MODULES):
1616
mkdir -p ./graphs/wasm-modules
1717
$(eval VERSION ?= 1.0.0)
1818
$(eval MODE := $(if $(DEBUG),debug,release))
19-
cd $(REPOSITORY_ROOT)/samples/wasm/operators/$@ && \
19+
cd $(REPOSITORY_ROOT)/samples/wasm/operators/$@ && \
2020
cargo build --target wasm32-wasip2 -p $@ $(if $(DEBUG),, --release) $(CARGO_FLAGS)
2121
$(eval file_naming := $(subst -,_,$@))
2222
cp --archive $(REPOSITORY_ROOT)/samples/wasm/operators/$@/target/wasm32-wasip2/$(MODE)/$(file_naming).wasm ./graphs/wasm-modules/$@-$(VERSION).wasm

0 commit comments

Comments
 (0)