eth2.0-specs/Makefile
2019-03-18 13:06:45 -06:00

10 lines
215 B
Makefile

SPEC_DIR = ./specs
SCRIPT_DIR = ./scripts
BUILD_DIR = ./build
.PHONY: clean all $(BUILD_DIR)/phase0
$(BUILD_DIR)/phase0:
python3 $(SCRIPT_DIR)/phase0/build_spec.py $(SPEC_DIR)/core/0_beacon-chain.md $@/spec.py