mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fixed clean target (didn't delete all .o files)
svn path=/trunk/; revision=1172
This commit is contained in:
parent
ceed9a079e
commit
6d5e353126
1 changed files with 2 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: makefile,v 1.14 2000/01/19 07:05:04 rex Exp $
|
||||
# $Id: makefile,v 1.15 2000/06/04 17:15:47 ekohl Exp $
|
||||
#
|
||||
#
|
||||
TARGET=vfatfs
|
||||
|
@ -14,10 +14,7 @@ all: $(TARGET).sys
|
|||
|
||||
clean:
|
||||
ifeq ($(DOSCLI),yes)
|
||||
- $(RM) blockdev.o
|
||||
- $(RM) dir.o
|
||||
- $(RM) dirwr.o
|
||||
- $(RM) iface.o
|
||||
- $(RM) *.o
|
||||
- $(RM) $(TARGET).coff
|
||||
- $(RM) junk.tmp
|
||||
- $(RM) base.tmp
|
||||
|
|
Loading…
Reference in a new issue