mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 05:22:24 +00:00
Build: Let's say "C++" while building .cpp files
This commit is contained in:
parent
823ee63095
commit
2e280417e2
Notes:
sideshowbarker
2024-07-19 10:46:00 +09:00
Author: https://github.com/awesomekling
Commit: 2e280417e2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue