mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
Revert to recursively expanded var.
4a6bca0b56
needed to move to a simply expanded variable butcc82cd9992
made that unnecessary again.
This commit is contained in:
parent
669113b595
commit
5b3611265b
@ -36,7 +36,7 @@ OPTIONS = g O Os Osi Osir Oi Oir Or
|
||||
.PHONY: all clean
|
||||
|
||||
SOURCES := $(wildcard *.c)
|
||||
TESTS := $(foreach option,$(OPTIONS),$(SOURCES:%.c=$(WORKDIR)/%.$(option).6502.prg))
|
||||
TESTS = $(foreach option,$(OPTIONS),$(SOURCES:%.c=$(WORKDIR)/%.$(option).6502.prg))
|
||||
TESTS += $(foreach option,$(OPTIONS),$(SOURCES:%.c=$(WORKDIR)/%.$(option).65c02.prg))
|
||||
|
||||
all: $(TESTS)
|
||||
|
Loading…
Reference in New Issue
Block a user