Merge pull request #189 from FazanaJ/fix-makefile

Fix building for clean repos
This commit is contained in:
AntonioCastelli
2021-12-10 01:47:12 -08:00
committed by GitHub
+1 -3
View File
@@ -228,9 +228,7 @@ class GenerateLD:
files.sort(key = lambda x: (x[2], x[3])) # Sort tuples by RAM address and prioritize src files first.
return files
if os.path.exists('./dkr.ld'):
print("")
else:
if not os.path.exists('./dkr.ld') and os.path.exists('./assets/' + VERSION + '/md5.txt'):
os.remove('./assets/' + VERSION + '/md5.txt')
if os.path.exists('./assets/' + VERSION + '/md5.txt'):