mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 12:32:47 +00:00
- Added the dependence files to the clean target.
svn path=/trunk/; revision=9629
This commit is contained in:
parent
113740ebbd
commit
b4d6f4e01a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue