mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 20:15:03 -05:00
$(OBJ_DIR)/ares_getopt.o must be cleaned explicitly.
This commit is contained in:
parent
7dbd649f60
commit
cf2d39220a
@ -73,7 +73,7 @@ acountry.exe: acountry.c $(OBJ_DIR)/ares_getopt.o $(OBJ_HACK)
|
|||||||
$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $^ $(EX_LIBS)
|
$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $^ $(EX_LIBS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(OBJECTS) libcares.a
|
rm -f $(OBJECTS) $(OBJ_DIR)/ares_getopt.o libcares.a
|
||||||
|
|
||||||
vclean realclean: clean
|
vclean realclean: clean
|
||||||
rm -f ahost.exe adig.exe acountry.exe depend.dj
|
rm -f ahost.exe adig.exe acountry.exe depend.dj
|
||||||
|
Loading…
Reference in New Issue
Block a user