mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
refactor: bix cleanup
This commit is contained in:
+4
-1
@@ -1,5 +1,5 @@
|
||||
from model import *
|
||||
|
||||
from defs import *
|
||||
|
||||
class Project():
|
||||
def __init__(self):
|
||||
@@ -32,5 +32,8 @@ class Project():
|
||||
self.generate_asm_from_c: bool = True
|
||||
self.generate_shc_from_asm: bool = True
|
||||
|
||||
self.verify_filename = r'C:\Temp\a'
|
||||
self.build_dir = "build"
|
||||
|
||||
|
||||
project = Project()
|
||||
|
||||
Reference in New Issue
Block a user