mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-10 02:35:41 +00:00
8 lines
377 B
Makefile
8 lines
377 B
Makefile
all:
|
|
. ./venv/bin/activate
|
|
pip install -r requirements.txt
|
|
rm -f ../../core/pyspec/eth2spec/test/phase0/random/test_random.py
|
|
rm -f ../../core/pyspec/eth2spec/test/altair/random/test_random.py
|
|
python generate.py phase0 > ../../core/pyspec/eth2spec/test/phase0/random/test_random.py
|
|
python generate.py altair > ../../core/pyspec/eth2spec/test/altair/random/test_random.py
|