mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
added clean rule
svn path=/trunk/; revision=3535
This commit is contained in:
parent
41f1cd4bda
commit
cd5724441e
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: makefile,v 1.1 2002/05/15 09:40:47 ekohl Exp $
|
# $Id: makefile,v 1.2 2002/09/23 20:09:10 guido Exp $
|
||||||
|
|
||||||
PATH_TO_TOP = ../../..
|
PATH_TO_TOP = ../../..
|
||||||
|
|
||||||
|
@ -15,6 +15,8 @@ TARGET_OBJECTS = \
|
||||||
|
|
||||||
DEP_OBJECTS = $(TARGET_OBJECTS)
|
DEP_OBJECTS = $(TARGET_OBJECTS)
|
||||||
|
|
||||||
|
TARGET_CLEAN = $(DEP_FILES) *.o *.sys *.sym
|
||||||
|
|
||||||
TARGET_CFLAGS = -g
|
TARGET_CFLAGS = -g
|
||||||
|
|
||||||
include $(PATH_TO_TOP)/rules.mak
|
include $(PATH_TO_TOP)/rules.mak
|
||||||
|
|
Loading…
Reference in a new issue