Browse Source

Merge pull request #602 from wdl1908/master

Include BASEIMGS in dependency tracking
pull/604/head
Wayne Warthen 6 months ago
committed by GitHub
parent
commit
14a9f51efe
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      Source/Images/Makefile

2
Source/Images/Makefile

@ -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

Loading…
Cancel
Save