mirror of
https://github.com/reactos/reactos.git
synced 2025-05-30 22:49:12 +00:00
fixed clean rule
svn path=/trunk/; revision=766
This commit is contained in:
parent
5bc02dd95a
commit
1a8f8005ae
1 changed files with 7 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: makefile,v 1.14 1999/11/02 08:55:45 dwelch Exp $
|
||||
# $Id: makefile,v 1.15 1999/11/12 00:16:51 rex Exp $
|
||||
#
|
||||
# WIN32K.SYS build spec
|
||||
#
|
||||
|
@ -27,11 +27,13 @@ all: $(TARGET).sys
|
|||
$(TARGET).coff: $(TARGET).rc ../../include/reactos/resource.h
|
||||
|
||||
ifeq ($(DOSCLI),yes)
|
||||
CLEAN_FILES = main\*.o misc\*.o stubs\*.o objects\*.o $(TARGET).coff $(TARGET).o \
|
||||
$(TARGET).a junk.tmp base.tmp temp.exp $(TARGET).sys $(TARGET).sym
|
||||
CLEAN_FILES = eng\*.o main\*.o misc\*.o stubs\*.o objects\*.o \
|
||||
$(TARGET).coff $(TARGET).o $(TARGET).a \
|
||||
junk.tmp base.tmp temp.exp $(TARGET).sys $(TARGET).sym
|
||||
else
|
||||
CLEAN_FILES = main/*.o misc/*.o stubs/*.o objects/*.o $(TARGET).coff $(TARGET).o \
|
||||
$(TARGET).a junk.tmp base.tmp temp.exp $(TARGET).sys $(TARGET).sym
|
||||
CLEAN_FILES = eng/*.o main/*.o misc/*.o stubs/*.o objects/*.o \
|
||||
$(TARGET).coff $(TARGET).o $(TARGET).a \
|
||||
junk.tmp base.tmp temp.exp $(TARGET).sys $(TARGET).sym
|
||||
endif
|
||||
|
||||
$(TARGET).sys: $(OBJECTS) $(TARGET).def
|
||||
|
|
Loading…
Reference in a new issue