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
c5d9332c
Commit
c5d9332c
authored
Mar 13, 2022
by
Nicolas "Norswap" Laurent
Committed by
norswap
May 04, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make minigeth into a git module
parent
652bde81
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
.gitmodules
.gitmodules
+4
-0
Makefile
Makefile
+6
-2
minigeth
minigeth
+1
-0
No files found.
.gitmodules
0 → 100644
View file @
c5d9332c
[submodule "minigeth"]
branch = l2minigeth
path = minigeth
url = git@github.com:ethereum-optimism/minigeth.git
Makefile
View file @
c5d9332c
build
:
unicorn minigeth_mips minigeth_default_arch mipsevm contracts
build
:
unicorn
submodules
minigeth_mips minigeth_default_arch mipsevm contracts
yarn
unicorn
:
./build_unicorn.sh
submodules
:
git submodule init
git submodule update
minigeth_mips
:
cd
mipigo
&&
./build.sh
...
...
@@ -67,5 +71,5 @@ mrproper: clean
rm
-rf
node_modules
rm
-rf
mipigo/venv
.PHONY
:
build unicorn minigeth_mips minigeth_default_arch mipsevm contracts
\
.PHONY
:
build unicorn
submodules
minigeth_mips minigeth_default_arch mipsevm contracts
\
clean mrproper test_challenge test_mipsevm test_minigeth test
minigeth
@
59aa0f69
Subproject commit 59aa0f696c46bf4ac0dea9151b3d59279ac6dcf0
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