mirror of
https://github.com/cc65/cc65.git
synced 2024-11-04 02:05:13 +00:00
10 lines
327 B
Makefile
10 lines
327 B
Makefile
DEPS += ../libwrk/$(TARGET)/w2cas.d
|
|
|
|
../libwrk/$(TARGET)/w2cas.o: $(SRCDIR)/targetutil/w2cas.c | ../libwrk/$(TARGET)
|
|
$(COMPILE_recipe)
|
|
|
|
../target/$(TARGET)/util/w2cas.com: ../libwrk/$(TARGET)/w2cas.o ../lib/$(TARGET).lib | ../target/$(TARGET)/util
|
|
$(LD65) -o $@ -t $(TARGET) $^
|
|
|
|
$(TARGET): ../target/$(TARGET)/util/w2cas.com
|