mirror of
https://github.com/curl/curl.git
synced 2026-08-21 02:14:34 +03:00
$(OBJ_DIR)/ares_getopt.o must be cleaned explicitly.
This commit is contained in:
parent
7dbd649f60
commit
cf2d39220a
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ acountry.exe: acountry.c $(OBJ_DIR)/ares_getopt.o $(OBJ_HACK)
|
|||
$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $^ $(EX_LIBS)
|
||||
|
||||
clean:
|
||||
rm -f $(OBJECTS) libcares.a
|
||||
rm -f $(OBJECTS) $(OBJ_DIR)/ares_getopt.o libcares.a
|
||||
|
||||
vclean realclean: clean
|
||||
rm -f ahost.exe adig.exe acountry.exe depend.dj
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue