mirror of
https://github.com/vivier/EMILE.git
synced 2026-01-22 09:19:06 +00:00
To build inside an m68k/sid env: ./run-sid ./configure ./run-sid make all m68k/etch env: ./run-etch ./configure ./run-etch make all Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2 lines
105 B
Plaintext
Executable File
2 lines
105 B
Plaintext
Executable File
exec podman run --rm --userns=keep-id -v $(pwd):/src:Z -w /src -u $(id -u):$(id -g) emile-m68k-etch "$@"
|