From acd3d263c146cdb0cb647e40a9fb0561e125beeb Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Tue, 11 May 1999 15:32:27 +0000 Subject: [PATCH] Fixed clean target. svn path=/trunk/; revision=452 --- reactos/drivers/fs/minix/makefile_rex | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/drivers/fs/minix/makefile_rex b/reactos/drivers/fs/minix/makefile_rex index 5b3ea4ee76b..6c2b7c45ab5 100644 --- a/reactos/drivers/fs/minix/makefile_rex +++ b/reactos/drivers/fs/minix/makefile_rex @@ -11,6 +11,7 @@ clean: - $(RM) inode.o - $(RM) dir.o - $(RM) mount.o + - $(RM) block.o - $(RM) blockdev.o - $(RM) junk.tmp - $(RM) base.tmp