mirror of https://github.com/Nonannet/pelfy.git
4 lines
118 B
Bash
4 lines
118 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
docker build -t pelfy-test-cross-compiler .
|
||
|
|
docker run --rm -v $(pwd)/../obj:/obj pelfy-test-cross-compiler
|