summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-07-11 12:01:05 -0700
committeryenatch <yenatch@gmail.com>2014-07-11 12:01:05 -0700
commit9ab6327361190b04b27a2ada2a83210e1cb963b5 (patch)
tree853fbab5c3b76267cf270bc2bf424995150b0c78 /Makefile
parent8f7135aa693f8606aa90aa1d4f099ee965c5fe84 (diff)
Remove inline comments in an object recipe.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 12e23297..0d8db6bd 100644
--- a/Makefile
+++ b/Makefile
@@ -73,14 +73,14 @@ $(foreach obj, $(all_obj), \
%.asm: ;
%.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))
- @# The queue payloads are here.
- @# These are made silent since there may be hundreds of targets.
@$(pre) $(txq); $(eval txq :=)
@$(gfx) 2bpp $(2bppq); $(eval 2bppq :=)
@$(gfx) 1bpp $(1bppq); $(eval 1bppq :=)
@$(pic) compress $(picq); $(eval picq :=)
- @# rgbasm -h for manual halt-nops.
rgbasm -h -o $@ $*.tx