bake: add module config
This commit is contained in:
parent
07d5199d60
commit
f0b1484d3e
2 changed files with 19 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -9,6 +9,8 @@ docker-build-image: docker/Dockerfile
|
|||
|
||||
bake:
|
||||
git clone https://gitlab.com/nsnam/bake.git
|
||||
mkdir -p bake/contrib
|
||||
cp ns-3-leo.xml bake/contrib
|
||||
|
||||
configure: docker-build-image bake
|
||||
$(DOCKER_RUN) /bin/bash -c './bake.py configure -e ns-3-leo && ./bake.py check && ./bake.py download'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue