mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-14 00:56:40 +13:00
Remove inline comments in an object recipe.
This commit is contained in:
parent
8f7135aa69
commit
9ab6327361
6
Makefile
6
Makefile
|
|
@ -73,14 +73,14 @@ $(foreach obj, $(all_obj), \
|
||||||
%.asm: ;
|
%.asm: ;
|
||||||
%.tx: %.asm ; $(eval txq += $<) @rm -f $@
|
%.tx: %.asm ; $(eval txq += $<) @rm -f $@
|
||||||
|
|
||||||
|
# Assemble source files into objects.
|
||||||
|
# Queue payloads are here. These are made silent since there may be hundreds of targets.
|
||||||
|
# Use rgbasm -h to use halts without nops.
|
||||||
$(all_obj): $$*.tx $$(patsubst %.asm, %.tx, $$($$*_dep))
|
$(all_obj): $$*.tx $$(patsubst %.asm, %.tx, $$($$*_dep))
|
||||||
@# The queue payloads are here.
|
|
||||||
@# These are made silent since there may be hundreds of targets.
|
|
||||||
@$(pre) $(txq); $(eval txq :=)
|
@$(pre) $(txq); $(eval txq :=)
|
||||||
@$(gfx) 2bpp $(2bppq); $(eval 2bppq :=)
|
@$(gfx) 2bpp $(2bppq); $(eval 2bppq :=)
|
||||||
@$(gfx) 1bpp $(1bppq); $(eval 1bppq :=)
|
@$(gfx) 1bpp $(1bppq); $(eval 1bppq :=)
|
||||||
@$(pic) compress $(picq); $(eval picq :=)
|
@$(pic) compress $(picq); $(eval picq :=)
|
||||||
@# rgbasm -h for manual halt-nops.
|
|
||||||
rgbasm -h -o $@ $*.tx
|
rgbasm -h -o $@ $*.tx
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue