Updated msxbuild with msxhub caching.
This commit is contained in:
parent
c2cbd81cdb
commit
ec0da372a4
|
@ -20,9 +20,9 @@ BUILD_HELP += \\n\\t* gfx / test-gfx
|
|||
|
||||
$(GFX_BIN):
|
||||
$(call mb_mkdir,$(GFX_BIN))
|
||||
|
||||
|
||||
$(GFX_BIN)/popcom.com: $(GFX_BIN)
|
||||
test -f $(GFX_BIN)/popcom.com || $(CMD_WGET) -O $(GFX_BIN)/popcom.com https://msxhub.com/api/POPCOM/1.00-1/get/POPCOM/popcom.com
|
||||
$(call mb_msxhub_file,$(GFX_BIN)/popcom.com,https://msxhub.com/api/POPCOM/1.00-1/get/POPCOM/popcom.com)
|
||||
|
||||
$(GFX_BIN)/%.zop: $(GFX_SRC)/%.ge5 | $(GFX_BIN) $(GFX_BIN)/popcom.com
|
||||
cp $< $(GFX_BIN)
|
||||
|
|
Loading…
Reference in a new issue