We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a55b0 commit 8e84037Copy full SHA for 8e84037
Makefile
@@ -96,7 +96,7 @@ TXN_DATA_CANCUN := txndata/cancun
96
97
WCP := wcp
98
99
-LISPX := $(shell find * -name *.lispX)
+LISPX := $(shell find * -name "*.lispX")
100
# Warn about any lispX files
101
define warn_lispX
102
@for FILE in ${LISPX}; do (echo "WARNING: $$FILE"); done
@@ -181,4 +181,4 @@ zkevm_shanghai.bin: ${ZKEVM_MODULES_SHANGHAI}
181
182
zkevm_cancun.bin: ${ZKEVM_MODULES_CANCUN}
183
${GO_CORSET_COMPILE} -o $@ ${ZKEVM_MODULES_CANCUN}
184
- @$(call warn_lispX)
+ @$(call warn_lispX)
0 commit comments