mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:03:00 +00:00
Updated 'clean' rule (added missing directories)
svn path=/trunk/; revision=1498
This commit is contained in:
parent
624869c3c3
commit
21c3a954d0
1 changed files with 15 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile,v 1.9 2001/01/07 02:58:31 ekohl Exp $
|
# $Id: Makefile,v 1.10 2001/01/07 18:45:21 ekohl Exp $
|
||||||
#
|
#
|
||||||
# ReactOS Operating System
|
# ReactOS Operating System
|
||||||
#
|
#
|
||||||
|
@ -236,10 +236,17 @@ ifeq ($(DOSCLI), yes)
|
||||||
CLEAN_FILES = \
|
CLEAN_FILES = \
|
||||||
ctype\*.o \
|
ctype\*.o \
|
||||||
direct\*.o \
|
direct\*.o \
|
||||||
|
float\*.o \
|
||||||
|
io\*.o \
|
||||||
|
math\*.o \
|
||||||
misc\*.o \
|
misc\*.o \
|
||||||
process\*.o \
|
process\*.o \
|
||||||
|
signal\*.o \
|
||||||
|
stdio\*.o \
|
||||||
stdlib\*.o \
|
stdlib\*.o \
|
||||||
string\*.o \
|
string\*.o \
|
||||||
|
sys_stat\*.o \
|
||||||
|
time\*.o \
|
||||||
wstring\*.o \
|
wstring\*.o \
|
||||||
$(TARGET_NAME).a \
|
$(TARGET_NAME).a \
|
||||||
$(TARGET_NAME).coff \
|
$(TARGET_NAME).coff \
|
||||||
|
@ -251,10 +258,17 @@ else
|
||||||
CLEAN_FILES = \
|
CLEAN_FILES = \
|
||||||
ctype/*.o \
|
ctype/*.o \
|
||||||
direct/*.o \
|
direct/*.o \
|
||||||
|
float/*.o \
|
||||||
|
io/*.o \
|
||||||
|
math/*.o \
|
||||||
misc/*.o \
|
misc/*.o \
|
||||||
process/*.o \
|
process/*.o \
|
||||||
|
signal/*.o \
|
||||||
|
stdio/*.o \
|
||||||
stdlib/*.o \
|
stdlib/*.o \
|
||||||
string/*.o \
|
string/*.o \
|
||||||
|
sys_stat/*.o \
|
||||||
|
time/*.o \
|
||||||
wstring/*.o \
|
wstring/*.o \
|
||||||
$(TARGET_NAME).a \
|
$(TARGET_NAME).a \
|
||||||
$(TARGET_NAME).coff \
|
$(TARGET_NAME).coff \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue