mirror of
https://github.com/Noratrieb/elven-forest.git
synced 2026-01-14 18:55:01 +01:00
7 lines
70 B
Bash
7 lines
70 B
Bash
set -e
|
|
|
|
nasm -felf64 -o empty empty.asm
|
|
|
|
"$ELVEN_WALD" empty
|
|
|
|
./a.out
|