chiark / gitweb /
More rearrangements and code.
[adns.git] / src / Makefile.in
1 CC=gcc $(WARNS) $(WERROR) $(OPTIMISE) $(DEBUG)
2 DEBUG=-g
3 OPTIMISE=-O2
4 WARNS=  -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes \
5         -Wcast-qual -Wpointer-arith
6 WERROR=-Werror
7
8 all:            dtest
9
10 dtest:          dtest.o event.o query.o setup.o submit.o
11
12 %.o:            adns-internal.h adns.h