Skip to content

Commit

Permalink
Merge pull request #892 from ethereum/dankrad-patch-2
Browse files Browse the repository at this point in the history
Add dependencies to Makefile
  • Loading branch information
djrtwo committed Apr 11, 2019
2 parents b39504c + aa7ca8d commit 5d81b2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ clean:

# runs a limited set of tests against a minimal config
# run pytest with `-m` option to full suite
test:
test: all
pytest -m minimal_config tests/


$(BUILD_DIR)/phase0:
$(BUILD_DIR)/phase0: $(SPEC_DIR)/core/0_beacon-chain.md $(SCRIPT_DIR)/phase0/*.py $(UTILS_DIR)/phase0/*.py
mkdir -p $@
python3 $(SCRIPT_DIR)/phase0/build_spec.py $(SPEC_DIR)/core/0_beacon-chain.md $@/spec.py
mkdir -p $@/utils
Expand Down

0 comments on commit 5d81b2d

Please sign in to comment.