Fix .d files not updating if .o fails, fix clean rule, remove some unnecessary warnings

This commit is contained in:
GriffinR
2024-09-13 20:45:16 -04:00
parent 93b4a7b815
commit ab80760dfc
3 changed files with 25 additions and 28 deletions
+2
View File
@@ -9,6 +9,8 @@ MODERN ?= 0
# Compares the ROM to a checksum of the original - only makes sense using when non-modern
COMPARE ?= 0
KEEP_TEMPS ?= 0
ifeq (modern,$(MAKECMDGOALS))
MODERN := 1
endif