aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ares/Makefile.vc63
1 files changed, 2 insertions, 1 deletions
diff --git a/ares/Makefile.vc6 b/ares/Makefile.vc6
index cfa3fada0..d9a0f9683 100644
--- a/ares/Makefile.vc6
+++ b/ares/Makefile.vc6
@@ -138,7 +138,8 @@ clean:
- del $(OBJ_DIR)\*.obj *.ilk *.pdb *.pbt *.pbi *.pbo *._xe *.map
vclean realclean: clean
- - del $(DEF_FILE) cares.lib cares_imp.* cares.dll ahost.exe adig.exe
+ - del $(DEF_FILE) cares.lib cares_imp.* cares.dll
+ - del ahost.exe adig.exe acountry.exe
- rd $(OBJ_DIR)
.c{$(OBJ_DIR)}.obj: