Event loop stuff complete ?
[adns] / src / Makefile
CommitLineData
e7afa27f 1CC=gcc $(WARNS) $(WERROR) $(OPTIMISE) $(DEBUG)
2DEBUG=-g
3OPTIMISE=-O2
4WARNS= -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes \
5 -Wcast-qual -Wpointer-arith
6WERROR=-Werror
7
8all: dtest
9
6f17710a 10dtest: dtest.o event.o query.o setup.o submit.o
241b27e0 11
12%.o: adns-internal.h adns.h