diff --git a/Compiler.bat b/Compiler.bat index b000a0f..5aeaa22 100644 --- a/Compiler.bat +++ b/Compiler.bat @@ -1,5 +1,5 @@ @ECHO OFF nasm -f win64 .\Assembly.asm -o .\Assembly.obj -g++ -o cordyceps.exe main.cpp Assembly.obj -del *.obj \ No newline at end of file +g++ -o cordyceps.exe main.cpp Assembly.obj -static +del *.obj