mirror of https://github.com/odrling/Aegisub
Add .cc extension to Makefile.target
This commit is contained in:
parent
88fdee726b
commit
4853119153
|
@ -180,6 +180,9 @@ endif
|
|||
%.o: %.cxx
|
||||
$(CXX_ENV) $(BIN_CXX) $(CFLAGS_DEP) $(CPPFLAGS) $(CXXFLAGS) -c -o $@ $<
|
||||
|
||||
%.o: %.cc
|
||||
$(CXX_ENV) $(BIN_CXX) $(CFLAGS_DEP) $(CPPFLAGS) $(CXXFLAGS) -c -o $@ $<
|
||||
|
||||
%.o: %.mm
|
||||
$(CXX_ENV) $(BIN_CXX) $(CFLAGS_DEP) $(CPPFLAGS) $(OBJCXXFLAGS) -c -o $@ $<
|
||||
|
||||
|
|
Loading…
Reference in New Issue