Cleaned up Compile Scripts & Pipeline
Commiting to test.
This commit is contained in:
8
compile_stub.sh
Normal file
8
compile_stub.sh
Normal 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
|
Reference in New Issue
Block a user