Midnight Commander for Win32 Makefile Update

svn path=/trunk/; revision=2457
This commit is contained in:
Steven Edwards 2001-12-30 10:02:48 +00:00
parent e5c0c7185e
commit f0c5d1e87f

View file

@ -52,11 +52,11 @@ object-dirs: $(OBJS_DIR) $(SLANG_OBJS_DIR) $(MCEDIT_OBJS_DIR)
mc: $(MC_EXE)
clean:
"../../reactos/tools/rdel" "slang/*.o"
"../../reactos/tools/rdel" "edit/*.o"
"../../reactos/tools/rdel" "src/*.o"
"../../reactos/tools/rdel" "pc/*.o"
"../../reactos/tools/rdel" "release"
"../../reactos/tools/rdel" slang/*.o
"../../reactos/tools/rdel" edit/*.o
"../../reactos/tools/rdel" src/*.o
"../../reactos/tools/rdel" pc/*.o
"../../reactos/tools/rdel" release/*.o
$(OBJS_DIR):
mkdir "$@"