1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:17:36 +00:00

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

This commit is contained in:
Andreas Kling 2019-12-22 19:52:24 +01:00
parent 823ee63095
commit 2e280417e2

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