1
0
mirror of https://github.com/cc65/cc65.git synced 2024-08-19 17:29:37 +00:00
cc65/libsrc/geos-apple/targetutil/Makefile.inc

10 lines
314 B
PHP
Raw Normal View History

../wrk/$(TARGET)/convert.o: TARGET = apple2enh
../wrk/$(TARGET)/convert.o: $(SRCDIR)/targetutil/convert.c | ../wrk/$(TARGET)
$(COMPILE_recipe)
../targetutil/convert.system: ../wrk/$(TARGET)/convert.o | ../targetutil
$(LD) -o $@ -C apple2enh-system.cfg $^ apple2enh.lib
$(TARGET): ../targetutil/convert.system