Skip to content

Commit 4851516

Browse files
committed
Fix Makefile docker parameters
1 parent b259ba9 commit 4851516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ BUILDER_DOCKER := nervos/ckb-riscv-gnu-toolchain@sha256:7601a814be2595ad471288fe
7474
all: build/sphincsplus_lock
7575

7676
all-via-docker:
77-
docker run --rm -v `pwd`:/code ${BUILDER_DOCKER} bash -c "cd /code && make"
77+
docker run --rm -v `pwd`:/code ${BUILDER_DOCKER} bash -c "cd /code && make PARAMS=$(PARAMS) THASH=$(THASH)"
7878

7979
build/convert_asm: c/ref/fips202_asm.S
8080
riscv-naive-assembler -i c/ref/fips202_asm.S > c/ref/fips202_asm_bin.S

0 commit comments

Comments
 (0)