mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
refactor: move stuff to working/
This commit is contained in:
+3
-1
@@ -37,7 +37,9 @@ class SourceStyle(Enum):
|
||||
iat_reuse = "iat_reuse"
|
||||
|
||||
|
||||
build_dir = "build"
|
||||
# no slash at end
|
||||
build_dir = "working/build"
|
||||
logs_dir = "working/logs"
|
||||
|
||||
main_c_file = os.path.join(build_dir, "main.c")
|
||||
main_asm_file = os.path.join(build_dir, "main.asm")
|
||||
|
||||
Reference in New Issue
Block a user