Commit e6bae850 authored by Mark Tyneway's avatar Mark Tyneway Committed by Andreas Bigger

makefile: cleanup

parent c23b245b
......@@ -78,9 +78,7 @@ devnet-up:
.PHONY: devnet-up
# alias for devnet-up
devnet-up-deploy:
PYTHONPATH=./bedrock-devnet python3 ./bedrock-devnet/main.py --monorepo-dir=.
.PHONY: devnet-up-deploy
devnet-up-deploy: devnet-up
devnet-down:
@(cd ./ops-bedrock && GENESIS_TIMESTAMP=$(shell date +%s) docker-compose stop)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment