#
# Makefile		DNS clients
#
CC=gcc
CFLAGS=-I../include -I../src -g
LIBS=

all: 
	@echo "Nothing here to do."

clean:
	rm -f core *.o *~ \#*


install:
	@echo "And nothing here either"
