mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:57:44 +00:00
Build: clean .d files based on SUFFIXED_OBJS and EXTRA_OBJS
Fixes #1198
This commit is contained in:
parent
99ea80695e
commit
e9be8669d2
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