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

10 lines
282 B
PHP
Raw Normal View History

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