fix clean target for new standard makefiles

svn path=/branches/lean-explorer/; revision=10399
This commit is contained in:
Martin Fuchs
2004-08-04 21:42:33 +00:00
parent a3a634bd46
commit 6f15da7d91
+2 -1
View File
@@ -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),)