mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 20:45:14 +00:00
Fix broken "make clean" in Userland.
This commit is contained in:
parent
355201f34d
commit
c088529cd8
Notes:
sideshowbarker
2024-07-19 16:05:57 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/c088529cd82
1 changed files with 1 additions and 1 deletions
|
@ -128,5 +128,5 @@ more: more.o
|
|||
@echo "CXX $<"; $(CXX) $(CXXFLAGS) -o $@ -c $<
|
||||
|
||||
clean:
|
||||
@echo "CLEAN"; rm -f $(LIBRARY) $(OBJS)
|
||||
@echo "CLEAN"; rm -f $(APPS) $(OBJS)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue