Add compile script and binary output for krash.exe

This commit is contained in:
yebreo1
2025-05-22 10:44:31 +08:00
parent 86b4de7b9b
commit 996aeb26ec
2 changed files with 2 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
g++.EXE -Wall -Wextra -Os ./krash_main.cpp -o ./release/krash.exe
xcopy ".\release\krash.exe" "C:\bin\krash.exe" /Y
BIN
View File
Binary file not shown.