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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|
|