chiark / gitweb /
Some more fiddlings.
[adns.git] / src / Makefile
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