From 6f15da7d916606a7f02090a1d792e395268b52fc Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Wed, 4 Aug 2004 21:42:33 +0000 Subject: [PATCH] fix clean target for new standard makefiles svn path=/branches/lean-explorer/; revision=10399 --- reactos/subsys/system/explorer/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/subsys/system/explorer/Makefile b/reactos/subsys/system/explorer/Makefile index a32f3f10b89..d506fad8497 100644 --- a/reactos/subsys/system/explorer/Makefile +++ b/reactos/subsys/system/explorer/Makefile @@ -105,7 +105,8 @@ explorer$(RES_SUFFIX): $(PROGRAM)_intres.rc res/*.bmp res/*.ico $(RC) $(RCFLAGS) -o $@ $(PROGRAM)_intres.rc clean: - $(TOOLS_PATH)/rdel $(TARGET) $(OBJECTS) $(PROGRAM)$(RES_SUFFIX) + $(TOOLS_PATH)/rdel $(TARGET) $(OBJECTS) $(PROGRAM)$(RES_SUFFIX) \ + desktop/*.o dialogs/*.o shell/*.o taskbar/*.o utility/*.o # Use environment var ROS_INSTALL to override default install dir ifneq ($(ROS_INSTALL),)