Build: Let's say "C++" while building .cpp files

This commit is contained in:
Andreas Kling 2019-12-22 19:52:24 +01:00
commit 2e280417e2
Notes: sideshowbarker 2024-07-19 10:46:00 +09:00

View file

@ -80,7 +80,7 @@ endif
-include $(SUFFIXED_OBJS:%.o=%.d)
%$(OBJ_SUFFIX).o: %.cpp $(EXTRA_SOURCES)
@echo "CPP $@"
@echo "C++ $@"
$(QUIET) $(CXX) $(CXXFLAGS) -o $@ -c $<
%.ao: %.S