$(OBJ_DIR)/ares_getopt.o must be cleaned explicitly.

pull/1/head
Gisle Vanem 16 years ago
parent 83cb810b75
commit 42be22e1b1
  1. 2
      Makefile.dj

@ -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…
Cancel
Save