Cleaned up Compile Scripts & Pipeline

Commiting to test.
This commit is contained in:
2021-06-26 02:28:07 +01:00
parent 78955c41ab
commit c69ac198ed
22 changed files with 145 additions and 361 deletions

8
compile_stub.sh Normal file
View File

@ -0,0 +1,8 @@
#!/bin/sh
echo " "
echo "======================="
echo " "
echo "Compiling Stub..."
echo " "
rm lib/*
nasm -f elf src/stub/stub.asm -o lib/stub.o