projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee57fdb
)
fixed clean rule to match other makefile standard
author
Robert Dickenson
<robd@reactos.org>
Sat, 17 Aug 2002 15:58:38 +0000
(15:58 +0000)
committer
Robert Dickenson
<robd@reactos.org>
Sat, 17 Aug 2002 15:58:38 +0000
(15:58 +0000)
svn path=/trunk/; revision=3352
reactos/lib/packet/makefile
patch
|
blob
|
history
diff --git
a/reactos/lib/packet/makefile
b/reactos/lib/packet/makefile
index
97554cb
..
ac38a9a
100644
(file)
--- a/
reactos/lib/packet/makefile
+++ b/
reactos/lib/packet/makefile
@@
-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