meso: add script to build mesosphere.bin

This commit is contained in:
Michael Scire
2020-01-23 19:00:42 -08:00
parent 3982afdd6b
commit bce7133128
6 changed files with 79 additions and 6 deletions

View File

@@ -9,7 +9,8 @@ clean: $(CLEAN_TARGETS)
@rm -f mesosphere.bin
mesosphere.bin: $(TARGETS)
@echo "todo: py script"
@python build_mesosphere.py
@echo "Built mesosphere.bin..."
$(TARGETS):
$(MAKE) -C $@