mirror of
https://github.com/reactos/reactos.git
synced 2025-02-20 15:35:04 +00:00
Midnight Commander for Win32 Makefile Update
svn path=/trunk/; revision=2457
This commit is contained in:
parent
e5c0c7185e
commit
f0c5d1e87f
1 changed files with 5 additions and 5 deletions
|
@ -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 "$@"
|
||||
|
|
Loading…
Reference in a new issue