mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:07:35 +00:00
Build: Userland: no need for duplicate .cpp->.o rule
This commit is contained in:
parent
31732d163f
commit
a1fd2eb237
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
Add a link
Reference in a new issue