mirror of https://github.com/getdnsapi/getdns.git
Tweak makefile to only build libgetdns on all
This commit is contained in:
parent
f2b9242cd4
commit
01013c6be8
|
@ -46,7 +46,11 @@ GETDNS_OBJ=sync.lo context.lo list.lo dict.lo convert.lo general.lo \
|
||||||
default: all
|
default: all
|
||||||
|
|
||||||
all: libgetdns.la
|
all: libgetdns.la
|
||||||
|
|
||||||
|
test:
|
||||||
cd test && $(MAKE) $@
|
cd test && $(MAKE) $@
|
||||||
|
|
||||||
|
example:
|
||||||
cd example && $(MAKE) $@
|
cd example && $(MAKE) $@
|
||||||
|
|
||||||
install: libgetdns.la
|
install: libgetdns.la
|
||||||
|
|
Loading…
Reference in New Issue