1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-16 02:28:57 +00:00
cc65/libsrc/atari/targetutil/Makefile.inc

10 lines
294 B
PHP
Raw Normal View History

DEPS += ../libwrk/$(TARGET)/w2cas.d
2014-03-01 12:10:01 +00:00
../libwrk/$(TARGET)/w2cas.o: $(SRCDIR)/targetutil/w2cas.c | ../libwrk/$(TARGET)
2014-03-01 12:10:01 +00:00
$(COMPILE_recipe)
../targetutil/w2cas.com: ../libwrk/$(TARGET)/w2cas.o ../lib/$(TARGET).lib | ../targetutil
2014-03-01 12:10:01 +00:00
$(LD65) -o $@ -t $(TARGET) $^
$(TARGET): ../targetutil/w2cas.com