mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Build: Userland: no need for duplicate .cpp->.o rule
This commit is contained in:
committed by
Andreas Kling
parent
31732d163f
commit
a1fd2eb237
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user