mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
Include BASEIMGS in dependency tracking to generate images that have no *.txt to define the content
This commit is contained in:
@@ -36,7 +36,7 @@ DSKIMGS := $(DSKIMGS:.def=.img)
|
||||
|
||||
# $(info DSKIMGS: $(DSKIMGS))
|
||||
|
||||
OBJECTS = $(FDIMGS) $(HDIMGS) $(DSKIMGS) $(HD512PREFIX) $(HD1KPREFIX)
|
||||
OBJECTS = $(FDIMGS) $(HDIMGS) $(BASEIMGS) $(DSKIMGS) $(HD512PREFIX) $(HD1KPREFIX)
|
||||
|
||||
OTHERS = blank144 blankhd512 blankhd1k *.cat
|
||||
|
||||
|
||||
Reference in New Issue
Block a user