Commit in reactos/subsys/system/explorer on MAIN | |||
Makefile | +1 | -1 | 1.34 -> 1.35 |
- Added the dependence files to the clean target.
diff -u -r1.34 -r1.35 --- Makefile 4 Jun 2004 23:44:27 -0000 1.34 +++ Makefile 5 Jun 2004 20:10:41 -0000 1.35 @@ -140,7 +140,7 @@
$(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