1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:57:35 +00:00

Fix broken "make clean" in Userland.

This commit is contained in:
Andreas Kling 2019-01-08 22:28:58 +01:00
parent 355201f34d
commit c088529cd8

View file

@ -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)