Show OBJC instead of CXX for ObjC files
This commit is contained in:
parent
1477ce04b7
commit
7687c07e48
2
Makefile
2
Makefile
|
@ -105,7 +105,7 @@ $(OBJDIR)/%.o: %.cpp
|
||||||
|
|
||||||
$(OBJDIR)/%.o: %.m
|
$(OBJDIR)/%.o: %.m
|
||||||
@mkdir -p $(dir $@)
|
@mkdir -p $(dir $@)
|
||||||
@$(if $(Q), $(shell echo echo CXX $<),)
|
@$(if $(Q), $(shell echo echo OBJC $<),)
|
||||||
$(Q)$(CXX) $(OBJCFLAGS) $(DEFINES) -MMD -c -o $@ $<
|
$(Q)$(CXX) $(OBJCFLAGS) $(DEFINES) -MMD -c -o $@ $<
|
||||||
|
|
||||||
.FORCE:
|
.FORCE:
|
||||||
|
|
Loading…
Reference in New Issue