mirror of
https://github.com/Noratrieb/elven-forest.git
synced 2026-01-14 18:55:01 +01:00
test data
This commit is contained in:
parent
94a6a0e999
commit
5de9ea38ca
7 changed files with 85 additions and 14 deletions
|
|
@ -8,6 +8,9 @@ for rust_file in $SCRIPT_DIR/*.rs; do
|
|||
done
|
||||
|
||||
for c_obj_file in $SCRIPT_DIR/*_obj.c; do
|
||||
echo $c_obj_file
|
||||
cc "$c_obj_file" -c -o "$SCRIPT_DIR/out/$(basename $c_obj_file .c)"
|
||||
cc "$c_obj_file" -c -o "$SCRIPT_DIR/out/$(basename $c_obj_file .c).o"
|
||||
done
|
||||
|
||||
for asm_file in $SCRIPT_DIR/*.asm; do
|
||||
nasm "$asm_file" -felf64 -o "$SCRIPT_DIR/out/$(basename $asm_file .asm).o"
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue