refactor: fix build dir

This commit is contained in:
Dobin
2024-02-16 09:14:47 +00:00
parent a0fd2ecc1e
commit 69beabc08f
4 changed files with 6 additions and 9 deletions
+1 -2
View File
@@ -33,7 +33,6 @@ class Project():
self.generate_shc_from_asm: bool = True
self.verify_filename = r'C:\Temp\a'
self.build_dir = "build"
project = Project()