mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 09:46:04 -05:00
Build: Userland: no need for duplicate .cpp->.o rule
This commit is contained in:
parent
31732d163f
commit
a1fd2eb237
Notes:
sideshowbarker
2024-07-19 10:28:00 +09:00
Author: https://github.com/jcs Commit: https://github.com/SerenityOS/serenity/commit/a1fd2eb2374 Pull-request: https://github.com/SerenityOS/serenity/pull/987
1 changed files with 0 additions and 4 deletions
|
@ -13,10 +13,6 @@ all: $(APPS)
|
|||
list:
|
||||
@echo $(APPS)
|
||||
|
||||
%.o: %.cpp
|
||||
@echo "C++ $@"
|
||||
$(QUIET) $(CXX) $(CXXFLAGS) -o $@ -c $<
|
||||
|
||||
$(APPS): %: %.o $(STATIC_LIB_DEPS)
|
||||
@echo "LINK $@"
|
||||
$(QUIET) $(CXX) -o $@ $< $(LDFLAGS)
|
||||
|
|
Loading…
Add table
Reference in a new issue