chiark / gitweb /
Reads some config file directives; simple test program created.
[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 adns.o