- Added the dependence files to the clean target.

svn path=/trunk/; revision=9629
This commit is contained in:
Hartmut Birr 2004-06-05 20:10:41 +00:00
parent 113740ebbd
commit b4d6f4e01a

View file

@ -140,7 +140,7 @@ notifyhook.dll: notifyhook/notifyhook.c notifyhook/notifyhook.h
$(CC) -D_WIN32_IE=0x0600 -Wall -D_NOTIFYHOOK_IMPL -Os -s notifyhook/notifyhook.c -shared -o $@
clean:
$(TOOLS_PATH)/rdel $(TARGET) $(OBJECTS) $(PROGRAM)$(RES_SUFFIX)
$(TOOLS_PATH)/rdel $(TARGET) $(OBJECTS) $(PROGRAM)$(RES_SUFFIX) $(DEP_FILES)
LIVECD_DIR=$(PATH_TO_TOP)/../livecd/disk