mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 10:19:20 +00:00
Build: clean .d files based on SUFFIXED_OBJS and EXTRA_OBJS
Fixes #1198
This commit is contained in:
parent
99ea80695e
commit
e9be8669d2
Notes:
sideshowbarker
2024-07-19 09:29:42 +09:00
Author: https://github.com/jcs
Commit: e9be8669d2
Pull-request: https://github.com/SerenityOS/serenity/pull/1203
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ EXTRA_CLEAN ?=
|
|||
|
||||
clean:
|
||||
@echo "$(notdir $(CURDIR)): CLEAN"
|
||||
$(QUIET) rm -f $(PROGRAM) $(LIBRARY) $(SUFFIXED_OBJS) $(EXTRA_OBJS) *.d $(EXTRA_CLEAN)
|
||||
$(QUIET) rm -f $(PROGRAM) $(LIBRARY) $(SUFFIXED_OBJS) $(EXTRA_OBJS) $(patsubst %.o,%.d,$(SUFFIXED_OBJS) $(EXTRA_OBJS)) $(EXTRA_CLEAN)
|
||||
|
||||
install:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue