Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
cea1f940
Unverified
Commit
cea1f940
authored
Sep 19, 2024
by
mbaxter
Committed by
GitHub
Sep 19, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cannon: Fix makefile phony target (#12014)
parent
54ae1e41
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Makefile
Makefile
+1
-1
No files found.
Makefile
View file @
cea1f940
...
@@ -151,7 +151,7 @@ cannon-prestate-mt: op-program cannon ## Generates prestate using cannon and op-
...
@@ -151,7 +151,7 @@ cannon-prestate-mt: op-program cannon ## Generates prestate using cannon and op-
./cannon/bin/cannon load-elf
--type
cannon-mt
--path
op-program/bin/op-program-client.elf
--out
op-program/bin/prestate-mt.bin.gz
--meta
op-program/bin/meta-mt.json
./cannon/bin/cannon load-elf
--type
cannon-mt
--path
op-program/bin/op-program-client.elf
--out
op-program/bin/prestate-mt.bin.gz
--meta
op-program/bin/meta-mt.json
./cannon/bin/cannon run
--proof-at
'=0'
--stop-at
'=1'
--input
op-program/bin/prestate-mt.bin.gz
--meta
op-program/bin/meta-mt.json
--proof-fmt
'op-program/bin/%d-mt.json'
--output
""
./cannon/bin/cannon run
--proof-at
'=0'
--stop-at
'=1'
--input
op-program/bin/prestate-mt.bin.gz
--meta
op-program/bin/meta-mt.json
--proof-fmt
'op-program/bin/%d-mt.json'
--output
""
mv
op-program/bin/0-mt.json op-program/bin/prestate-proof-mt.json
mv
op-program/bin/0-mt.json op-program/bin/prestate-proof-mt.json
.PHONY
:
cannon-prestate
.PHONY
:
cannon-prestate
-mt
mod-tidy
:
##
Cleans up unused dependencies in Go modules
mod-tidy
:
##
Cleans up unused dependencies in Go modules
# Below GOPRIVATE line allows mod-tidy to be run immediately after
# Below GOPRIVATE line allows mod-tidy to be run immediately after
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment