2
0
Fork 0

Updated msxbuild with msxhub caching.

This commit is contained in:
Willem Cazander 2021-07-04 02:45:07 +02:00
parent c2cbd81cdb
commit ec0da372a4
1 changed files with 2 additions and 2 deletions

View File

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