diff options
-rw-r--r-- | Makefile.dj | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.dj b/Makefile.dj index de8aea0..40ccaa1 100644 --- a/Makefile.dj +++ b/Makefile.dj @@ -1,5 +1,5 @@ # -# c-ares Makefile for djgpp/gcc/Watt-32 +# c-ares Makefile for djgpp/gcc/Watt-32. # By Gisle Vanem <giva@bgnett.no> 2004. # .SUFFIXES: .exe @@ -7,7 +7,6 @@ include Makefile.inc WATT32_ROOT = $(subst \,/,$(WATT_ROOT)) -ZLIB_ROOT = /dev/env/DJGPP/contrib/zlib CC = gcc CFLAGS = -O2 -Wall -DWATT32 -Dselect=select_s -I$(WATT32_ROOT)/inc @@ -18,7 +17,6 @@ OBJ_DIR = djgpp OBJECTS = $(addprefix $(OBJ_DIR)/, $(CSOURCES:.c=.o)) - all: $(OBJ_DIR) libcares.a ahost.exe adig.exe @echo Welcome to c-ares. |