fixed clean rule to match other makefile standard

svn path=/trunk/; revision=3352
This commit is contained in:
Robert Dickenson 2002-08-17 15:58:38 +00:00
parent ee57fdbbc9
commit 8141b34d44

View file

@ -1,4 +1,4 @@
# $Id: makefile,v 1.1 2002/06/19 15:50:29 robd Exp $
# $Id: makefile,v 1.2 2002/08/17 15:58:38 robd Exp $
PATH_TO_TOP = ../..
@ -15,10 +15,10 @@ TARGET_SDKLIBS = ntdll.a kernel32.a advapi32.a
TARGET_OBJECTS = \
Packet32.o
TARGET_CLEAN = $(TARGET_OBJECTS)
include $(PATH_TO_TOP)/rules.mak
include $(TOOLS_PATH)/helper.mk
TARGET_CLEAN = misc/*.o
# EOF