mirror of
https://github.com/felipefg/doom-arena.git
synced 2026-04-13 03:00:22 -04:00
13 lines
441 B
Makefile
13 lines
441 B
Makefile
all: downloads sunodo-sdk-riv image
|
|
|
|
image:
|
|
sunodo build
|
|
|
|
sunodo-sdk-riv:
|
|
docker build --tag sunodo/sdk:0.2.0-riv --file sunodo-sdk.Dockerfile --progress plain .
|
|
|
|
downloads:
|
|
wget -O doom.sqfs https://github.com/edubart/riv/releases/download/downloads/doom.sqfs
|
|
wget -O rivos.tar https://github.com/edubart/riv/releases/download/downloads/rootfs.tar
|
|
wget -O linux.bin https://github.com/edubart/riv/releases/download/downloads/linux.bin
|