1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-23 23:17:45 +00:00

rename W2CAS.COM to w2cas.com (lowercase)

This commit is contained in:
Christian Groessler
2014-03-03 18:12:11 +01:00
parent 69f81f6d67
commit 7a9fa9d4cd
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,9 +6,9 @@ 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
../targetutil/w2cas.com: ../wrk/$(TARGET)/w2cas.o ../lib/$(TARGET).lib | ../targetutil
$(LD65) -o $@ -t $(TARGET) $^
$(TARGET): ../targetutil/W2CAS.COM
$(TARGET): ../targetutil/w2cas.com
endif