1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Include targetutil intermediates in dependency handling.

This commit is contained in:
Oliver Schmidt 2013-05-09 09:27:36 +02:00
parent e4347b5c74
commit 54c54f8499
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
DEPS += ../wrk/$(TARGET)/loader.d
../wrk/$(TARGET)/loader.o: $(SRCDIR)/targetutil/loader.s | ../wrk/$(TARGET)
$(ASSEMBLE_recipe)

View File

@ -1,3 +1,5 @@
DEPS += ../wrk/$(TARGET)/convert.d
../wrk/$(TARGET)/convert.o: TARGET = apple2enh
../wrk/$(TARGET)/convert.o: $(SRCDIR)/targetutil/convert.c | ../wrk/$(TARGET)