mirror of
https://github.com/cc65/cc65.git
synced 2024-11-04 02:05:13 +00:00
15 lines
471 B
Makefile
15 lines
471 B
Makefile
DEPS += ../libwrk/$(TARGET)/convert.d
|
|
|
|
../libwrk/$(TARGET)/convert.o: TARGET = apple2enh
|
|
|
|
../libwrk/$(TARGET)/convert.o: $(SRCDIR)/targetutil/convert.c | ../libwrk/$(TARGET)
|
|
$(COMPILE_recipe)
|
|
|
|
../lib/apple2enh.lib:
|
|
@$(MAKE) --no-print-directory apple2enh
|
|
|
|
../target/$(TARGET)/util/convert.system: ../libwrk/$(TARGET)/convert.o ../lib/apple2enh.lib | ../target/$(TARGET)/util
|
|
$(LD65) -o $@ -C apple2enh-system.cfg $^
|
|
|
|
$(TARGET): ../target/$(TARGET)/util/convert.system
|